File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments