Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Jan 1, 2024
1 parent b7d3688 commit 26a25fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ mainClass := Some("fr.janalyse.cem.Main")

lazy val versions = new {
val sttp = "3.9.1"
val zio = "2.0.19"
val zio = "2.0.20"
val zionio = "2.0.2"
val zioproc = "0.7.2"
val zioconfig = "4.0.0-RC16"
val ziologging = "2.1.15"
val ziolmdb = "1.5.0"
val zioconfig = "4.0.0"
val ziologging = "2.1.16"
val ziolmdb = "1.7.1"
val naturalsort = "1.0.4"
val jgit = "6.7.0.202309050840-r"
val jgit = "6.8.0.202311291450-r"
// val logback = "1.4.7"
val log4j2 = "2.20.0"
}
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.2")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.4")

0 comments on commit 26a25fb

Please sign in to comment.