We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5441aec commit fd4fc9fCopy full SHA for fd4fc9f
1 file changed
build.sbt
@@ -11,18 +11,18 @@ scmInfo := Some(
11
)
12
13
14
-scalaVersion := "3.3.0"
+scalaVersion := "3.3.1"
15
16
mainClass := Some("fr.janalyse.cem.Main")
17
18
lazy val versions = new {
19
val sttp = "3.9.0"
20
- val zio = "2.0.17"
+ val zio = "2.0.18"
21
val zionio = "2.0.2"
22
val zioproc = "0.7.2"
23
val zioconfig = "4.0.0-RC16"
24
val ziologging = "2.1.14"
25
- val ziolmdb = "1.4.3"
+ val ziolmdb = "1.5.0"
26
val naturalsort = "1.0.4"
27
val jgit = "6.7.0.202309050840-r"
28
// val logback = "1.4.7"
0 commit comments