Skip to content

Commit

Permalink
Merge pull request #53 from mkurz/play3_pekko
Browse files Browse the repository at this point in the history
Play 3.0
  • Loading branch information
mkurz authored Nov 28, 2023
2 parents 3f50cf3 + dc0799c commit 9271c21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Setup
1. Add the SBT plugin to your `project/plugins.sbt` file (make sure to add an empty line before this one):

```sbt
addSbtPlugin("com.jamesward" % "play-auto-refresh" % "0.0.19")
addSbtPlugin("com.jamesward" % "play-auto-refresh" % "0.0.20")
```

2. The plugin bootstraps itself automatically as soon as you enable Play in your project.
Expand Down Expand Up @@ -53,6 +53,7 @@ Release Info
* 0.0.17 - Bump to Play 2.7
* 0.0.18 - Bump to Play 2.8
* 0.0.19 - Bump to Play 2.9
* 0.0.20 - Bump to Play 3.0

Developer Info
--------------
Expand Down
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("com.typesafe.play" % "sbt-plugin" % "2.9.0" % Provided)
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0" % 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("com.typesafe.play" % "sbt-plugin" % "2.9.0")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0")

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

Expand Down

0 comments on commit 9271c21

Please sign in to comment.