File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ scmInfo := Some(
1111 )
1212)
1313
14- scalaVersion := " 3.5.0 "
14+ scalaVersion := " 3.5.1 "
1515
1616scalacOptions += " -Xkind-projector:underscores"
1717
@@ -26,7 +26,7 @@ lazy val versions = new {
2626 val ziologging = " 2.3.1"
2727 val ziolmdb = " 1.8.1"
2828 val naturalsort = " 1.0.4"
29- val jgit = " 6.10 .0.202406032230 -r"
29+ val jgit = " 7.0 .0.202409031743 -r"
3030}
3131
3232libraryDependencies ++= Seq (
@@ -55,10 +55,10 @@ testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
5555enablePlugins(SbtTwirl )
5656
5757// TODO - to remove when twirl will be available for scala3
58- libraryDependencies := libraryDependencies.value.map {
59- case module if module.name == " twirl-api" => module.cross(CrossVersion .for3Use2_13)
60- case module => module
61- }
58+ // libraryDependencies := libraryDependencies.value.map {
59+ // case module if module.name == "twirl-api" => module.cross(CrossVersion.for3Use2_13)
60+ // case module => module
61+ // }
6262
6363TwirlKeys .templateImports += " fr.janalyse.cem.model._"
6464
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty" for whole file
2- sbt.version =1.10.1
2+ sbt.version =1.10.2
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
2- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1" )
3- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.11.0 " )
4- addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.3" )
5- addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.0 " )
6- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.12.1 " )
7- addSbtPlugin(" com.typesafe.play " % " sbt-twirl" % " 1.6.8 " )
1+ addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
2+ addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1" )
3+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.11.3 " )
4+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.3" )
5+ addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.4 " )
6+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.13.0 " )
7+ addSbtPlugin(" org.playframework.twirl " % " sbt-twirl" % " 2.0.7 " )
You can’t perform that action at this time.
0 commit comments