Skip to content

Commit 3107ae4

Browse files
Merge pull request #419 from lichess-org/cats-effect-3.6.0
Bump Cats effect 3.6.0
2 parents 03b0ac3 + b244467 commit 3107ae4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lazy val app = project
4242
kamonInflux,
4343
kamonSystemMetrics,
4444
log4Cats,
45-
logback,
45+
logback % Runtime,
4646
redis,
4747
circeLiteral,
4848
chessTestKit,

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ object Dependencies {
55
val lilaMaven = "lila-maven" at "https://raw.githubusercontent.com/lichess-org/lila-maven/master"
66

77
object V {
8-
val catsEffect = "3.6.0-RC2"
8+
val catsEffect = "3.6.0"
99
val chess = "16.3.3"
1010
val circe = "0.14.12"
1111
val ciris = "3.7.0"
12-
val fs2 = "3.12.0-RC1"
12+
val fs2 = "3.12.0"
1313
val http4s = "0.23.30"
1414
val kamon = "2.7.5"
1515
}
@@ -40,7 +40,7 @@ object Dependencies {
4040
val http4sCirce = http4s("circe")
4141

4242
val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
43-
val logback = "ch.qos.logback" % "logback-classic" % "1.5.16"
43+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.18"
4444

4545
val redis = "io.chrisdavenport" %% "rediculous" % "0.5.1"
4646

0 commit comments

Comments
 (0)