Skip to content

Commit

Permalink
Merge pull request #409 from lichess-org/deps/1
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
lenguyenthanh authored Jan 9, 2025
2 parents d8ded46 + 726be15 commit b720434
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val catsEffect = "3.5.7"
val chess = "16.2.4"
val ciris = "3.7.0"
val decline = "2.4.1"
val decline = "2.5.0"
val elastic4s = "8.16.0"
val fs2 = "3.11.0"
val http4s = "0.23.30"
Expand Down Expand Up @@ -62,7 +62,7 @@ object Dependencies {
val otel4sMetricts = "org.typelevel" %% "otel4s-experimental-metrics" % "0.5.0"

val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.15"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.16"

val ducktape = "io.github.arainko" %% "ducktape" % "0.2.7"

Expand Down
8 changes: 7 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")

resolvers += Resolver.sonatypeRepo("snapshots")
dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.13.0+95-69a3e105-SNAPSHOT"

addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.28")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")

addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 comments on commit b720434

Please sign in to comment.