diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4158b2b..67b98fb 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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.** diff --git a/build.sbt b/build.sbt index 8383f0c..0648bf6 100644 --- a/build.sbt +++ b/build.sbt @@ -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,