Skip to content

Commit 32e3df4

Browse files
committed
Update dependencies
1 parent e736ce3 commit 32e3df4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.sbt

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ scmInfo := Some(
1111
)
1212
)
1313

14-
scalaVersion := "3.4.2"
14+
scalaVersion := "3.5.0"
1515

16-
scalacOptions += "-Ykind-projector:underscores"
16+
scalacOptions += "-Xkind-projector:underscores"
1717

1818
mainClass := Some("fr.janalyse.cem.Main")
1919

2020
lazy val versions = new {
21-
val sttp = "3.9.7"
22-
val zio = "2.1.5"
21+
val sttp = "3.9.8"
22+
val zio = "2.1.9"
2323
val zionio = "2.0.2"
2424
val zioproc = "0.7.2"
2525
val zioconfig = "4.0.2"
26-
val ziologging = "2.3.0"
27-
val ziolmdb = "1.8.0"
26+
val ziologging = "2.3.1"
27+
val ziolmdb = "1.8.1"
2828
val naturalsort = "1.0.4"
2929
val jgit = "6.10.0.202406032230-r"
3030
}

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# suppress inspection "UnusedProperty" for whole file
2-
sbt.version=1.10.0
2+
sbt.version=1.10.1

0 commit comments

Comments
 (0)