Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Sep 28, 2024
1 parent 32e3df4 commit e05b75d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scmInfo := Some(
)
)

scalaVersion := "3.5.0"
scalaVersion := "3.5.1"

scalacOptions += "-Xkind-projector:underscores"

Expand All @@ -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(
Expand Down Expand Up @@ -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._"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# suppress inspection "UnusedProperty" for whole file
sbt.version=1.10.1
sbt.version=1.10.2
14 changes: 7 additions & 7 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit e05b75d

Please sign in to comment.