From e553b5306562d04caeab1702743e966ba4810c2d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:51:01 +0000 Subject: [PATCH 1/4] [2.0.x] 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 14501a44..90ab7511 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.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 2ad6da8ee980ad6b53cf0a9f89018f5b20a05914 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:51:14 +0000 Subject: [PATCH 2/4] [2.0.x] 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 9645a97da3086dbcd40f120db485e29b8770b4f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:51:32 +0000 Subject: [PATCH 3/4] [2.0.x] parsers 4.9.9 (was 4.9.8) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e89a3f3f..6d41e68a 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ lazy val compiler = project } }, libraryDependencies += parserCombinators(scalaVersion.value), - libraryDependencies += ("org.scalameta" %% "parsers" % "4.9.8").cross(CrossVersion.for3Use2_13), + libraryDependencies += ("org.scalameta" %% "parsers" % "4.9.9").cross(CrossVersion.for3Use2_13), run / fork := true, buildInfoKeys := Seq[BuildInfoKey](scalaVersion), buildInfoPackage := "play.twirl.compiler", From 67ef2aa4df2db61d7c9eeb67b4d0b0a979ebe0fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:51:37 +0000 Subject: [PATCH 4/4] [2.0.x] 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