diff --git a/build.sbt b/build.sbt index 299fa38..1e09a67 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ scmInfo := Some( ) ) -scalaVersion := "3.5.0" +scalaVersion := "3.5.1" scalacOptions += "-Xkind-projector:underscores" @@ -26,7 +26,7 @@ lazy val versions = new { val ziologging = "2.3.1" val ziolmdb = "1.8.1" val naturalsort = "1.0.4" - val jgit = "6.10.0.202406032230-r" + val jgit = "7.0.0.202409031743-r" } libraryDependencies ++= Seq( @@ -55,10 +55,10 @@ testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework") enablePlugins(SbtTwirl) // TODO - to remove when twirl will be available for scala3 -libraryDependencies := libraryDependencies.value.map { - case module if module.name == "twirl-api" => module.cross(CrossVersion.for3Use2_13) - case module => module -} +//libraryDependencies := libraryDependencies.value.map { +// case module if module.name == "twirl-api" => module.cross(CrossVersion.for3Use2_13) +// case module => module +//} TwirlKeys.templateImports += "fr.janalyse.cem.model._" diff --git a/project/build.properties b/project/build.properties index 7af1c95..25e86a3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ # suppress inspection "UnusedProperty" for whole file -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index a50995f..080ae0b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") -addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.8") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") +addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7")