File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ scalaVersion := "3.3.1"
1616mainClass := Some (" fr.janalyse.cem.Main" )
1717
1818lazy val versions = new {
19- val sttp = " 3.9.0 "
20- val zio = " 2.0.18 "
19+ val sttp = " 3.9.1 "
20+ val zio = " 2.0.19 "
2121 val zionio = " 2.0.2"
2222 val zioproc = " 0.7.2"
2323 val zioconfig = " 4.0.0-RC16"
24- val ziologging = " 2.1.14 "
24+ val ziologging = " 2.1.15 "
2525 val ziolmdb = " 1.5.0"
2626 val naturalsort = " 1.0.4"
2727 val jgit = " 6.7.0.202309050840-r"
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
33addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.21" )
44addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.3" )
55addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.9.16" )
6- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.11.0 " )
7- addSbtPlugin(" com.typesafe.play" % " sbt-twirl" % " 1.6.1 " )
6+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.11.1 " )
7+ addSbtPlugin(" com.typesafe.play" % " sbt-twirl" % " 1.6.2 " )
You can’t perform that action at this time.
0 commit comments