File tree 3 files changed +4
-4
lines changed
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
2
2
runner.dialect = scala3
3
3
align.preset = most
4
4
maxColumn = 200
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ mainClass := Some("fr.janalyse.cem.Main")
19
19
20
20
lazy val versions = new {
21
21
val sttp = " 3.9.7"
22
- val zio = " 2.1.3 "
22
+ val zio = " 2.1.5 "
23
23
val zionio = " 2.0.2"
24
24
val zioproc = " 0.7.2"
25
25
val zioconfig = " 4.0.2"
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
2
2
addSbtPlugin(" 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" )
4
4
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.3" )
5
5
addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.0" )
6
6
addSbtPlugin(" 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