From 85c45b185e311678bb6f41f9b3e07d80c59fa315 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:12:52 +0200 Subject: [PATCH] [2.10.x] Patch updates (#1063) * [2.10.x] play-docs-sbt-plugin 2.9.5 (was 2.9.4) * [2.10.x] sbt 1.10.1 (was 1.10.0) * [2.10.x] scalafmt-core 3.8.3 (was 3.8.2) * [2.10.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 cfb0583c..3b884486 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 25bcff68..ec51df76 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.4")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.5")) addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")