From 5bc78bfec1db0c87b6c657e7330da2761a6b3ba3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:40:40 +0200 Subject: [PATCH 1/2] Update sbt-ci-release to 1.9.0 (#1280) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 051c1b4d1..eb81812dc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") // release management addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") From 6a3edd56f7856d2a95de3937734524dbf1bdb68b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:45:51 +0200 Subject: [PATCH 2/2] Update junit-platform-engine to 1.11.3 (#1281) --- project/depends.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/depends.scala b/project/depends.scala index 5470de270..ea4b6d992 100644 --- a/project/depends.scala +++ b/project/depends.scala @@ -23,7 +23,7 @@ object depends { // used in specs2-junit val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.11.2" - val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.2") + val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.3") val junitTest = libraryDependencies += junitVintage % Test // used in specs2-markdown for the markdown parser