From 1469bc28484bf5ce7241c380fd5871a0386adc44 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 00:44:26 +0100 Subject: [PATCH 1/2] bump: sbt-github-actions 0.23.0 (was 0.22.0) (#602) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 124a199f..d0ed2959 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2 addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-lightbend-project-info" % "2.0.0") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.22.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value From 2df51ed84fa5ddd433610fde0ebc04fd49b3bf06 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 00:45:06 +0100 Subject: [PATCH 2/2] bump: sbt-web 1.5.4 (was 1.5.3) (#603) --- project/Dependencies.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 11677e3b..5d7a3c81 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,7 @@ object Version { val pegdown = "1.6.0" val parboiled = "1.4.1" val prettify = "4-Mar-2013-1" - val sbtWeb = "1.5.3" + val sbtWeb = "1.5.4" val scalatest = "3.2.17" val st4 = "4.3.4" val jsoup = "1.16.1" diff --git a/project/plugins.sbt b/project/plugins.sbt index d0ed2959..449ae578 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -29,7 +29,7 @@ lazy val metaThemePlugin = (project in file("theme-plugin")) .settings( sbtPlugin := true, scalaVersion := "2.12.18", - addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.3"), + addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4"), Compile / unmanagedSourceDirectories := mirrorScalaSource((ThisBuild / baseDirectory).value.getParentFile / "theme-plugin") )