Skip to content

Commit

Permalink
Merge pull request #569 from mkurz/upgrade-sbt-web-plugins
Browse files Browse the repository at this point in the history
Upgrade sbt-web plugins
  • Loading branch information
mkurz authored Jan 25, 2024
2 parents 583d8f1 + 7fbef7e commit d8011f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-stylus" % "1.1.0")
addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-stylus" % "2.0.0")

0 comments on commit d8011f6

Please sign in to comment.