From f612e6535762eb5b37f6f9d19e0d72d857377fee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:37:29 +0000 Subject: [PATCH 1/5] sbt-mima-plugin 1.1.4 (was 1.1.3) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 406f326c..6d27fbfe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") From 659aa4a4ac5e95895023a0f5fd1b6545045fbfc7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:37:37 +0000 Subject: [PATCH 2/5] plexus-utils 4.0.2 (was 4.0.1) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 45f35056..9e13df7a 100644 --- a/build.sbt +++ b/build.sbt @@ -186,7 +186,7 @@ lazy val mavenPlugin = project .dependsOn(parser / publishM2) .dependsOn(apiJvm / publishM2) .value, - libraryDependencies += "org.codehaus.plexus" % "plexus-utils" % "4.0.1", + libraryDependencies += "org.codehaus.plexus" % "plexus-utils" % "4.0.2", Compile / headerSources ++= (baseDirectory.value / "src" / "maven-test" ** ("*.java" || "*.scala" || "*.scala.html") --- (baseDirectory.value ** "target" ** "*")).get, mimaFailOnNoPrevious := false, ) From eab233228889ae8cc757a43e884fa158e03b4a78 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:37:44 +0000 Subject: [PATCH 3/5] play-docs 3.0.5 (was 3.0.4) --- docs/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/plugins.sbt b/docs/project/plugins.sbt index 41a59eeb..88333638 100644 --- a/docs/project/plugins.sbt +++ b/docs/project/plugins.sbt @@ -6,6 +6,6 @@ lazy val sbtTwirl = ProjectRef(Path.fileProperty("user.dir").getParentFile, "plu 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("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From f4a68618d81b53dfb610125482f02e587fc79486 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:38:04 +0000 Subject: [PATCH 4/5] sbt 1.10.2 (was 1.10.0) --- docs/project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/build.properties b/docs/project/build.properties index 7a3d17b7..c23a0e71 100644 --- a/docs/project/build.properties +++ b/docs/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.10.0 +sbt.version=1.10.2 From 1f783eb56fc25b2183018d39fa4337839c6f9ddf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:38:15 +0000 Subject: [PATCH 5/5] scalafmt-core 3.8.3 (was 3.8.2) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4bf41280..7cb39388 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 runner.dialect = scala213