Skip to content

Commit

Permalink
Merge pull request #61 from scala-steward/update/sbt-plugin-3.0.3
Browse files Browse the repository at this point in the history
Update sbt-plugin to 3.0.3
  • Loading branch information
jamesward authored May 7, 2024
2 parents e38d83e + a1081c4 commit 11a6147
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.2" % Provided)
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3" % 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.2")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3")

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

Expand Down

0 comments on commit 11a6147

Please sign in to comment.