File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- version = 3.7 . 4
1+ version = 3.8 . 2
22runner.dialect = scala3
33align.preset = most
44maxColumn = 200
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ mainClass := Some("fr.janalyse.cem.Main")
1919
2020lazy val versions = new {
2121 val sttp = " 3.9.7"
22- val zio = " 2.1.3 "
22+ val zio = " 2.1.5 "
2323 val zionio = " 2.0.2"
2424 val zioproc = " 0.7.2"
2525 val zioconfig = " 4.0.2"
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
22addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1" )
3- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.10 .0" )
3+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.11 .0" )
44addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.3" )
55addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.0" )
66addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.12.1" )
7- addSbtPlugin(" com.typesafe.play" % " sbt-twirl" % " 1.6.6 " )
7+ addSbtPlugin(" com.typesafe.play" % " sbt-twirl" % " 1.6.8 " )
You can’t perform that action at this time.
0 commit comments