Skip to content

Commit

Permalink
Merge pull request #12460 from mkurz/sbt-web-upgrades29x
Browse files Browse the repository at this point in the history
[2.9.x] Upgrade sbt-js-engine, sbt-web, webjars-locator
  • Loading branch information
mkurz committed Mar 1, 2024
2 parents eba2945 + ac0d270 commit 1f9875a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -243,8 +243,8 @@ object Dependencies {
playFileWatch,
sbtDep("com.typesafe.play" % "sbt-twirl" % BuildInfo.sbtTwirlVersion),
sbtDep("com.github.sbt" % "sbt-native-packager" % BuildInfo.sbtNativePackagerVersion),
sbtDep("com.github.sbt" % "sbt-web" % "1.5.4"),
sbtDep("com.github.sbt" % "sbt-js-engine" % "1.3.5"),
sbtDep("com.github.sbt" % "sbt-web" % "1.5.5"),
sbtDep("com.github.sbt" % "sbt-js-engine" % "1.3.6"),
logback % Test
) ++ specs2Deps.map(_ % Test) ++ scalaReflect(scalaVersion)
}
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -10,7 +10,7 @@ val sbtNativePackager = "1.9.16"
val mima = "1.1.3"
val sbtJavaFormatter = "0.8.0"
val sbtJmh = "0.4.7"
val webjarsLocatorCore = "0.55"
val webjarsLocatorCore = "0.56"
val sbtHeader = "5.8.0"
val scalafmt = "2.4.6"
val sbtTwirl: String = sys.props.getOrElse("twirl.version", "1.6.5") // sync with documentation/project/plugins.sbt
Expand Down

0 comments on commit 1f9875a

Please sign in to comment.