diff --git a/build.sbt b/build.sbt index bd36a26..d1addbe 100644 --- a/build.sbt +++ b/build.sbt @@ -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" } diff --git a/project/plugins.sbt b/project/plugins.sbt index 6a0b26f..168f0eb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")