Skip to content

Commit

Permalink
Upgrade sbt-web and sbt-js-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 10, 2024
1 parent 738cebc commit 6b295a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ object Dependencies {
playFileWatch,
sbtDep("org.playframework.twirl" % "sbt-twirl" % BuildInfo.sbtTwirlVersion),
sbtDep("com.github.sbt" % "sbt-native-packager" % BuildInfo.sbtNativePackagerVersion),
sbtDep("com.github.sbt" % "sbt-web" % "1.5.5"),
sbtDep("com.github.sbt" % "sbt-js-engine" % "1.3.6"),
sbtDep("com.github.sbt" % "sbt-web" % "1.5.6"),
sbtDep("com.github.sbt" % "sbt-js-engine" % "1.3.7"),
logback % Test
) ++ specs2Deps.map(_ % Test) ++ scalaReflect(scalaVersion)
}
Expand Down

0 comments on commit 6b295a3

Please sign in to comment.