Skip to content

Commit

Permalink
Merge pull request #385 from lichess-org/deps/0
Browse files Browse the repository at this point in the history
- Update sbt-native-packager to 1.11.0
- Update logback-classic to 1.5.16
  • Loading branch information
lenguyenthanh authored Jan 9, 2025
2 parents 144f3c4 + 1b82867 commit 1eb77a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Dependencies {
val http4sCirce = http4s("circe")

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 redis = "io.chrisdavenport" %% "rediculous" % "0.5.1"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
Expand Down

0 comments on commit 1eb77a1

Please sign in to comment.