Skip to content

Commit

Permalink
Merge pull request #386 from lichess-org/deps/0
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
lenguyenthanh authored Dec 4, 2024
2 parents c790abf + 498064e commit 58ed29f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -9,14 +9,14 @@ object Dependencies {
object V {
val catsEffect = "3.5.7"
val chess = "16.2.4"
val ciris = "3.6.0"
val ciris = "3.7.0"
val decline = "2.4.1"
val elastic4s = "8.16.0"
val fs2 = "3.11.0"
val http4s = "0.23.29"
val iron = "2.5.0"
val mongo4cats = "0.7.11"
val otel4s = "0.11.1"
val otel4s = "0.11.2"
}

def http4s(artifact: String) = "org.http4s" %% s"http4s-$artifact" % V.http4s
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.25")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.26")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.1.0")
Expand Down

0 comments on commit 58ed29f

Please sign in to comment.