From d257b58f19463b407e7d2ad2c039979f27f66f9b Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Mon, 8 Jun 2026 13:03:53 +0000 Subject: [PATCH] 6 deps bumped, all patch, builds green --- build.sbt | 2 +- project/plugins.sbt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index d46ba54..1850d92 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ lazy val continuations4s = crossProject(JSPlatform, JVMPlatform, NativePlatform) name := "continuations4s", libraryDependencies ++= Seq( // Testing - "org.scalameta" %%% "munit" % "1.3.0" % Test + "org.scalameta" %%% "munit" % "1.3.2" % Test ), testFrameworks += new TestFramework("munit.Framework"), Compile / doc / scalacOptions ++= Seq( diff --git a/project/plugins.sbt b/project/plugins.sbt index 32b10d4..d3f7422 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.7") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.8") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.12") // https://github.com/typelevel/sbt-tpolecat/issues/291 -libraryDependencies += "org.typelevel" %% "scalac-options" % "0.1.10" +libraryDependencies += "org.typelevel" %% "scalac-options" % "0.1.11"