Skip to content

Commit e05b75d

Browse files
committed
Update dependencies
1 parent 32e3df4 commit e05b75d

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scmInfo := Some(
1111
)
1212
)
1313

14-
scalaVersion := "3.5.0"
14+
scalaVersion := "3.5.1"
1515

1616
scalacOptions += "-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

3232
libraryDependencies ++= Seq(
@@ -55,10 +55,10 @@ testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
5555
enablePlugins(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

6363
TwirlKeys.templateImports += "fr.janalyse.cem.model._"
6464

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# suppress inspection "UnusedProperty" for whole file
2-
sbt.version=1.10.1
2+
sbt.version=1.10.2

project/plugins.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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")

0 commit comments

Comments
 (0)