Skip to content

Commit d6321fa

Browse files
committed
update cats-effect to 3.6.3 and pureconfig to 0.17.9
1 parent 5a830e7 commit d6321fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ object Dependencies {
2828

2929
object Cats {
3030
val core = "org.typelevel" %% "cats-core" % "2.13.0"
31-
val effect = "org.typelevel" %% "cats-effect" % "3.4.8"
31+
val effect = "org.typelevel" %% "cats-effect" % "3.6.3"
3232
}
3333

3434
object Pureconfig {
35-
private val version = "0.17.6"
35+
private val version = "0.17.9"
3636

3737
val core = "com.github.pureconfig" %% "pureconfig-core" % version
3838
val pureconfig = "com.github.pureconfig" %% "pureconfig" % version

0 commit comments

Comments
 (0)