Skip to content

Commit

Permalink
Update to Play 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Jun 18, 2024
1 parent 7933d11 commit 06dfe7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
//resolvers += "Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/"

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.3")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.4")

addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2")

Expand All @@ -35,6 +35,3 @@ addSbtPlugin("io.github.givesocialmovement" % "sbt-vuefy" % "6.0.0")
// For building command line tools...
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.0.0")

// Can be removed when Play 2.9.4/3.0.4 is released
libraryDependencies += "org.webjars" % "webjars-locator-core" % "0.59"

0 comments on commit 06dfe7b

Please sign in to comment.