File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ scalaVersion := "3.3.1"
16
16
mainClass := Some (" fr.janalyse.cem.Main" )
17
17
18
18
lazy 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 "
21
21
val zionio = " 2.0.2"
22
22
val zioproc = " 0.7.2"
23
23
val zioconfig = " 4.0.0-RC16"
24
- val ziologging = " 2.1.14 "
24
+ val ziologging = " 2.1.15 "
25
25
val ziolmdb = " 1.5.0"
26
26
val naturalsort = " 1.0.4"
27
27
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")
3
3
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.21" )
4
4
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.3" )
5
5
addSbtPlugin(" 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