From 710bbd89f0f1e0fee5e5f035a95691e85ad8b9ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:34:47 +0000 Subject: [PATCH 1/4] [6.0.x] play-ahc-ws 2.9.3 (was 2.9.1) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6bc32924..68ff1343 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true) resolvers ++= Resolver .sonatypeOssRepos("snapshots") // used by deploy nightlies, which publish here & use -Dplay.version -addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.1")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.3")) addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") From d564b5ff58a9313604483507b6647df4c2c84997 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:34:51 +0000 Subject: [PATCH 2/4] [6.0.x] scala-library 2.13.14 (was 2.13.12) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7eab0f90..4985fc2f 100644 --- a/build.sbt +++ b/build.sbt @@ -47,8 +47,8 @@ lazy val mimaSettings = Seq( ) lazy val commonSettings = Seq( - scalaVersion := "2.13.12", - crossScalaVersions := Seq("2.13.12", "3.3.1"), + scalaVersion := "2.13.14", + crossScalaVersions := Seq("2.13.14", "3.3.1"), Test / parallelExecution := false, Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oTK"), headerLicense := Some( From 72d6cee4cac2cb028c3202ebd74107bc1a471292 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:34:55 +0000 Subject: [PATCH 3/4] [6.0.x] scala3-library 3.3.3 (was 3.3.1) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4985fc2f..a83b92d8 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val mimaSettings = Seq( lazy val commonSettings = Seq( scalaVersion := "2.13.14", - crossScalaVersions := Seq("2.13.14", "3.3.1"), + crossScalaVersions := Seq("2.13.14", "3.3.3"), Test / parallelExecution := false, Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oTK"), headerLicense := Some( From 9cb7caa3cb166b1d7da15dda8ee65076b095d523 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:34:58 +0000 Subject: [PATCH 4/4] [6.0.x] sbt 1.9.9 (was 1.9.8) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index abbbce5d..04267b14 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9