File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ scmInfo := Some(
1111 )
1212)
1313
14- scalaVersion := " 3.2.1 "
14+ scalaVersion := " 3.2.2 "
1515
1616mainClass := Some (" fr.janalyse.cem.Main" )
1717
1818lazy val versions = new {
19- val sttp = " 3.8.9 "
20- val zio = " 2.0.6 "
21- val zionio = " 2.0.0 "
22- val zioproc = " 0.7.1 "
19+ val sttp = " 3.8.13 "
20+ val zio = " 2.0.10 "
21+ val zionio = " 2.0.1 "
22+ val zioproc = " 0.7.2 "
2323 val zioconfig = " 3.0.7"
24- val ziologging = " 2.1.8 "
24+ val ziologging = " 2.1.10 "
2525 val naturalsort = " 1.0.1"
26- val jgit = " 6.4 .0.202211300538 -r"
26+ val jgit = " 6.5 .0.202303070854 -r"
2727 val logback = " 1.4.5"
2828}
2929
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.1.0" )
2- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2 " )
3- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.13 " )
2+ addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1 " )
3+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.18 " )
44addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.3" )
5- // addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
6- addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.9.9" )
7- // addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-M7")
8- addSbtPlugin(" com.typesafe.play" % " sbt-twirl" % " 1.6.0-RC1" )
9-
10- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.4" )
5+ addSbtPlugin(" 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" )
You can’t perform that action at this time.
0 commit comments