From 5e35037fd6699bd29d378242c7d6f5c5da5d129e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:33:52 +0000 Subject: [PATCH 1/5] play-ahc-ws 3.0.3 (was 3.0.1) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 060f68f0..aa434148 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("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.1")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.3")) addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") From d29b2cf48f4beef965c8ccab2bd01c3ae77a845e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:33:56 +0000 Subject: [PATCH 2/5] play-docs-sbt-plugin 3.0.3 (was 3.0.1) --- .../main/scala/org/scalatestplus/play/AllBrowsersPerSuite.scala | 2 +- .../main/scala/org/scalatestplus/play/AllBrowsersPerTest.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/src/main/scala/org/scalatestplus/play/AllBrowsersPerSuite.scala b/module/src/main/scala/org/scalatestplus/play/AllBrowsersPerSuite.scala index a8ba23df..a0a58477 100644 --- a/module/src/main/scala/org/scalatestplus/play/AllBrowsersPerSuite.scala +++ b/module/src/main/scala/org/scalatestplus/play/AllBrowsersPerSuite.scala @@ -31,7 +31,7 @@ import org.scalatestplus.play.BrowserFactory.UninitializedDriver import org.scalatestplus.play.BrowserFactory.UnneededDriver /** - * Trait that uses a [[http://doc.scalatest.org/3.0.1/index.html#org.scalatest.FlatSpec@sharedTests ''shared test'']] approach to enable + * Trait that uses a [[http://doc.scalatest.org/3.0.3/index.html#org.scalatest.FlatSpec@sharedTests ''shared test'']] approach to enable * you to run the same tests on multiple browsers in a ScalaTest `Suite`, where each kind of browser is started and stopped * just once for the whole `Suite`. * diff --git a/module/src/main/scala/org/scalatestplus/play/AllBrowsersPerTest.scala b/module/src/main/scala/org/scalatestplus/play/AllBrowsersPerTest.scala index de0bb163..c9fa9ec0 100644 --- a/module/src/main/scala/org/scalatestplus/play/AllBrowsersPerTest.scala +++ b/module/src/main/scala/org/scalatestplus/play/AllBrowsersPerTest.scala @@ -30,7 +30,7 @@ import org.openqa.selenium.firefox.FirefoxProfile import org.scalatestplus.selenium.WebBrowser /** - * Trait that uses a [[http://doc.scalatest.org/3.0.1/index.html#org.scalatest.FlatSpec@sharedTests ''shared test'']] approach to enable + * Trait that uses a [[http://doc.scalatest.org/3.0.3/index.html#org.scalatest.FlatSpec@sharedTests ''shared test'']] approach to enable * you to run the same tests on multiple browsers in a ScalaTest `Suite`, where a new browser is started before each test * that needs a browser, and stopped after. * From d3a00f30279db06196f205b86bc6254c70528299 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:34:00 +0000 Subject: [PATCH 3/5] 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 e0d9d17c..45e4e9da 100644 --- a/build.sbt +++ b/build.sbt @@ -50,8 +50,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 47a60d32f1a2aaf1b0ed992da59068dffef50203 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:34:04 +0000 Subject: [PATCH 4/5] 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 45e4e9da..c655cc11 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,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 7eca924c6c39cb2a553212f4d2a54bcd734a52a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:34:08 +0000 Subject: [PATCH 5/5] 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