diff --git a/.scalafmt.conf b/.scalafmt.conf index d5e9f55d..287e81aa 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.14 +version = 3.7.17 runner.dialect = Scala213Source3 project.layout = StandardConvention diff --git a/build.sbt b/build.sbt index 31b017db..722759eb 100644 --- a/build.sbt +++ b/build.sbt @@ -231,7 +231,7 @@ lazy val `anorm-core` = project ProblemFilters.exclude[IncompatibleResultTypeProblem]("anorm.ColumnNotFound.copy$default$2") ), libraryDependencies ++= Seq( - "joda-time" % "joda-time" % "2.12.5", + "joda-time" % "joda-time" % "2.12.7", "org.joda" % "joda-convert" % "2.2.3", "org.scala-lang.modules" %% "scala-parser-combinators" % parserCombinatorsVer.value, "org.scala-lang.modules" %% "scala-xml" % xmlVer.value % Test, @@ -342,7 +342,7 @@ lazy val `anorm-akka` = (project in file("akka")) ) .dependsOn(`anorm-core`) -lazy val pekkoVer = Def.setting[String]("1.0.1") +lazy val pekkoVer = Def.setting[String]("1.0.2") lazy val pekkoEnabled = Def.setting[Boolean] { val v = scalaBinaryVersion.value @@ -414,7 +414,7 @@ lazy val `anorm-pekko` = (project in file("pekko")) // --- -lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.7.1") +lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.7.2") val playVer = Def.setting[String] { if (scalaBinaryVersion.value == "2.13" || scalaBinaryVersion.value == "3") "2.9.2" diff --git a/project/build.properties b/project/build.properties index 386fec3f..76f43acd 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.1 \ No newline at end of file +sbt.version=1.10.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index f990328d..7153582b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") addSbtPlugin("cchantep" % "sbt-scaladoc-compiler" % "0.2")