Skip to content

Commit

Permalink
Update webjars-locator to 0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 10, 2024
1 parent be43f20 commit b841b34
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.50",
"org.webjars" % "webjars-locator" % "0.51",
"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 b841b34

Please sign in to comment.