File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- version = 3.7 .2
1+ version = 3.7 .4
22runner.dialect = scala3
33align.preset = most
44maxColumn = 200
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ mainClass := Some("fr.janalyse.cem.Main")
1717
1818lazy val versions = new {
1919 val sttp = " 3.8.15"
20- val zio = " 2.0.14 "
20+ val zio = " 2.0.15 "
2121 val zionio = " 2.0.1"
2222 val zioproc = " 0.7.2"
2323 val zioconfig = " 4.0.0-RC16"
2424 val ziologging = " 2.1.13"
2525 val ziolmdb = " 1.1.0"
2626 val naturalsort = " 1.0.2"
27- val jgit = " 6.5 .0.202303070854 -r"
27+ val jgit = " 6.6 .0.202305301015 -r"
2828 // val logback = "1.4.7"
2929 val log4j2 = " 2.20.0"
3030}
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty" for whole file
2- sbt.version =1.8.2
2+ sbt.version =1.9.0
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.1.0" )
22addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1" )
3- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.18 " )
3+ addSbtPlugin(" 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(" com.typesafe.play " % " sbt-twirl " % " 1.6.0-RC2 " )
7- addSbtPlugin(" ch.epfl.scala " % " sbt-scalafix " % " 0.10.4 " )
6+ addSbtPlugin(" ch.epfl.scala " % " sbt-scalafix " % " 0.11.0 " )
7+ addSbtPlugin(" com.typesafe.play " % " sbt-twirl " % " 1.6.0-RC4 " )
You can’t perform that action at this time.
0 commit comments