From 95452ecb667bb73d66754c892ad2b4a2f00c66f2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:12:58 +0200 Subject: [PATCH] [3.0.x] Patch updates (#1064) * [3.0.x] play-docs-sbt-plugin 3.0.5 (was 3.0.4) * [3.0.x] sbt 1.10.1 (was 1.10.0) * [3.0.x] scalafmt-core 3.8.3 (was 3.8.2) * [3.0.x] specs2-core 4.20.8 (was 4.20.7) --- .scalafmt.conf | 2 +- build.sbt | 2 +- project/build.properties | 2 +- project/plugins.sbt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index fed9dd48..0ca221d0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 runner.dialect = Scala213Source3 align.preset = true diff --git a/build.sbt b/build.sbt index f5345e3b..14f26d3a 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val isScala3 = Def.setting { def specs2(scalaVersion: String) = Seq("core", "junit").map { n => - ("org.specs2" %% s"specs2-$n" % "4.20.7") % Test + ("org.specs2" %% s"specs2-$n" % "4.20.8") % Test } val jacksonDatabindVersion = "2.14.3" diff --git a/project/build.properties b/project/build.properties index 081fdbbc..ee4c672c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index c3085370..e638848e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5")) addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")