Skip to content

Commit

Permalink
Merge pull request #134 from mkurz/updates_deps
Browse files Browse the repository at this point in the history
webjars-locator-core 0.59 / sbt-web 1.5.6
  • Loading branch information
mkurz authored Jun 9, 2024
2 parents c32657c + 661ead4 commit cc88ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ libraryDependencies ++= Seq(

// NPM
"org.webjars" % "npm" % "5.0.0-2", // we are currently stuck: https://github.com/webjars/webjars/issues/1926
"org.webjars" % "webjars-locator-core" % "0.58",
"org.webjars" % "webjars-locator-core" % "0.59",

// Test deps
"junit" % "junit" % "4.13.2" % "test"
)

addSbtWeb("1.5.5")
addSbtWeb("1.5.6")

// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
ThisBuild / dynverVTagPrefix := false
Expand Down

0 comments on commit cc88ff7

Please sign in to comment.