File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
1818mainClass := Some (" fr.janalyse.cem.Main" )
1919
2020lazy 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}
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty" for whole file
2- sbt.version =1.10.0
2+ sbt.version =1.10.1
You can’t perform that action at this time.
0 commit comments