Skip to content

Commit

Permalink
Merge pull request #65 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Jun 24, 2024
2 parents 2c6de84 + f2d8b43 commit 87c99ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libraryDependencies += "ws.unfiltered" %% "unfiltered-netty-websockets" % "0.12.

licenses += "MIT" -> url("http://opensource.org/licenses/MIT")

addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3" % Provided)
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4" % Provided)

// Customise sbt-dynver's behaviour to make it work with tags which are/aren't v-prefixed
ThisBuild / dynverVTagPrefix := true
Expand Down
2 changes: 1 addition & 1 deletion test-project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4")

lazy val playAutoRefreshPlugin = RootProject(file("..").getAbsoluteFile.toURI)

Expand Down

0 comments on commit 87c99ac

Please sign in to comment.