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(
11
11
)
12
12
)
13
13
14
- scalaVersion := " 3.5.0 "
14
+ scalaVersion := " 3.5.1 "
15
15
16
16
scalacOptions += " -Xkind-projector:underscores"
17
17
@@ -26,7 +26,7 @@ lazy val versions = new {
26
26
val ziologging = " 2.3.1"
27
27
val ziolmdb = " 1.8.1"
28
28
val naturalsort = " 1.0.4"
29
- val jgit = " 6.10 .0.202406032230 -r"
29
+ val jgit = " 7.0 .0.202409031743 -r"
30
30
}
31
31
32
32
libraryDependencies ++= Seq (
@@ -55,10 +55,10 @@ testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
55
55
enablePlugins(SbtTwirl )
56
56
57
57
// 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
+ // }
62
62
63
63
TwirlKeys .templateImports += " fr.janalyse.cem.model._"
64
64
Original file line number Diff line number Diff line change 1
1
# 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