diff --git a/docs/project/build.properties b/docs/project/build.properties index c7e3298..bacdf16 100644 --- a/docs/project/build.properties +++ b/docs/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.10.6 +sbt.version=1.10.7 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index aa8a51a..3c8768c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies { object Versions { val play: String = "2.9.6" - val ebean = "15.8.0" + val ebean = "15.8.1" val typesafeConfig = "1.4.3" } diff --git a/project/build.properties b/project/build.properties index c7e3298..bacdf16 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.10.6 +sbt.version=1.10.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index fdeddc7..999ac06 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")