diff --git a/.scalafmt.conf b/.scalafmt.conf index 2f80541..9f9fe2b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -10,4 +10,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im trailingCommas = preserve newlines.afterCurlyLambda = preserve runner.dialect = scala212source3 -version = 3.8.1 +version = 3.8.2 diff --git a/docs/.scalafmt.conf b/docs/.scalafmt.conf index 854fc03..53ac5d0 100644 --- a/docs/.scalafmt.conf +++ b/docs/.scalafmt.conf @@ -13,4 +13,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im trailingCommas = preserve newlines.afterCurlyLambda = preserve runner.dialect = scala212source3 -version = 3.8.1 +version = 3.8.2 diff --git a/docs/project/build.properties b/docs/project/build.properties index 7a3d17b..76f43ac 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.0 +sbt.version=1.10.1 diff --git a/docs/project/plugins.sbt b/docs/project/plugins.sbt index b03b15d..9d976e1 100644 --- a/docs/project/plugins.sbt +++ b/docs/project/plugins.sbt @@ -6,7 +6,7 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile, resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.3")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4")) addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") diff --git a/project/Dependencies.scala b/project/Dependencies.scala index acaf462..3b553b9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,8 +15,8 @@ object Dependencies { } object Versions { - val play: String = "3.0.3" - val ebean = "15.3.0" + val play: String = "3.0.4" + val ebean = "15.3.1" val typesafeConfig = "1.4.3" } diff --git a/project/build.properties b/project/build.properties index 7a3d17b..76f43ac 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.0 +sbt.version=1.10.1