Skip to content

Commit

Permalink
Merge pull request #170 from scala-steward/update/webjars-locator-0.52
Browse files Browse the repository at this point in the history
Update webjars-locator to 0.52
  • Loading branch information
mkurz authored Mar 13, 2024
2 parents 9983e8d + 34a010e commit bf44d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ versionScheme := Some("semver-spec")
libraryDependencies ++= Seq(
"org.playframework" %% "play" % playVersion % "provided",
"org.webjars" % "requirejs" % "2.3.6",
"org.webjars" % "webjars-locator" % "0.51",
"org.webjars" % "webjars-locator" % "0.52",
"org.playframework" %% "play-test" % playVersion % "test",
"org.playframework" %% "play-specs2" % playVersion % "test",
"org.webjars" % "bootstrap" % "3.1.1-2" % "test",
Expand Down

0 comments on commit bf44d7a

Please sign in to comment.