diff --git a/README.md b/README.md index 5b98d97b..f61bf834 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The Play Ebean plugin supports several different versions of Play and Ebean. | Plugin version | Play version | Ebean version | |------------------------------------------------------------------------------------------------------------|--------------|---------------| -| 6.2.0-RC7
**! [Important notes](https://github.com/playframework/play-ebean/releases/tag/6.2.0-RC4) !** | 2.8.8+ | 12.16.1 | +| 6.2.0
**! [Important notes](https://github.com/playframework/play-ebean/releases/tag/6.2.0-RC4) !** | 2.8.18+ | 12.16.1 | | 6.0.0 | 2.8.1 | 11.45.1 | | 5.0.2 | 2.7.0 | 11.39.x | | 5.0.1    | 2.7.0   | 11.32.x       | diff --git a/docs/manual/working/javaGuide/main/sql/code/ebean.sbt b/docs/manual/working/javaGuide/main/sql/code/ebean.sbt index 9a4e0413..387eaedd 100644 --- a/docs/manual/working/javaGuide/main/sql/code/ebean.sbt +++ b/docs/manual/working/javaGuide/main/sql/code/ebean.sbt @@ -1,5 +1,5 @@ //#add-sbt-plugin -addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "6.2.0-RC7") +addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "6.2.0") //#add-sbt-plugin //#enable-plugin diff --git a/docs/project/build.properties b/docs/project/build.properties index f68052cf..da10ccdf 100644 --- a/docs/project/build.properties +++ b/docs/project/build.properties @@ -2,4 +2,4 @@ # Copyright (C) Lightbend Inc. # -sbt.version=1.7.1 +sbt.version=1.7.2 diff --git a/docs/project/plugins.sbt b/docs/project/plugins.sbt index 12a4a3fb..a28f0468 100644 --- a/docs/project/plugins.sbt +++ b/docs/project/plugins.sbt @@ -4,4 +4,4 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile, resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.8.16")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.8.18")) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e857577a..778cc6c5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,11 +6,11 @@ object Dependencies { object ScalaVersions { val scala212 = "2.12.16" - val scala213 = "2.13.8" + val scala213 = "2.13.10" } object Versions { - val play: String = "2.8.16" + val play: String = "2.8.18" val ebean = "12.16.1" val typesafeConfig = "1.4.2" } diff --git a/project/build.properties b/project/build.properties index f68052cf..da10ccdf 100644 --- a/project/build.properties +++ b/project/build.properties @@ -2,4 +2,4 @@ # Copyright (C) Lightbend Inc. # -sbt.version=1.7.1 +sbt.version=1.7.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index c4fd1fba..cdc898ba 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") diff --git a/sbt-play-ebean/src/sbt-test/sbt-ebean/enhancement/build.sbt b/sbt-play-ebean/src/sbt-test/sbt-ebean/enhancement/build.sbt index 27d35456..ed598e25 100644 --- a/sbt-play-ebean/src/sbt-test/sbt-ebean/enhancement/build.sbt +++ b/sbt-play-ebean/src/sbt-test/sbt-ebean/enhancement/build.sbt @@ -12,4 +12,4 @@ Test / javaSource := baseDirectory.value / "tests" resolvers ++= DefaultOptions.resolvers(snapshot = true) -libraryDependencies += "com.h2database" % "h2" % "2.1.212" +libraryDependencies += "com.h2database" % "h2" % "2.1.214" diff --git a/sbt-play-ebean/src/sbt-test/sbt-ebean/model-loading/build.sbt b/sbt-play-ebean/src/sbt-test/sbt-ebean/model-loading/build.sbt index 1b563ea1..6201c3b0 100644 --- a/sbt-play-ebean/src/sbt-test/sbt-ebean/model-loading/build.sbt +++ b/sbt-play-ebean/src/sbt-test/sbt-ebean/model-loading/build.sbt @@ -6,4 +6,4 @@ scalaVersion := "2.12.16" resolvers ++= DefaultOptions.resolvers(snapshot = true) -libraryDependencies += "com.h2database" % "h2" % "2.1.212" +libraryDependencies += "com.h2database" % "h2" % "2.1.214"