Skip to content

Commit

Permalink
Merge pull request #354 from leanovate/upgradeplay
Browse files Browse the repository at this point in the history
🏗️ build: upgrade Play versions
  • Loading branch information
gaeljw authored Jan 15, 2024
2 parents e31ec1f + 6591055 commit 393f1d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release notes

# 3.0.2

Bugfix upgrades of Play.

See [v3.0.2](https://github.com/leanovate/play-mockws/releases/tag/v2.9.0) for a full list of changes.

# 3.0.1

**This release brings a new naming and versioning scheme.**
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ThisBuild / developers := List(
)

val play28Version = "2.8.21"
val play29Version = "2.9.0"
val play30Version = "3.0.0"
val play29Version = "2.9.1"
val play30Version = "3.0.1"

def play2Dependencies(version: String): Seq[ModuleID] = Seq(
"com.typesafe.play" %% "play" % version,
Expand Down

0 comments on commit 393f1d9

Please sign in to comment.