From e13f05519622a8d6e13894eb7439aeb3cd2c2d4a Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Tue, 5 May 2026 20:46:10 +0000 Subject: [PATCH] 7 deps upgraded, all tests pass Co-authored-by: alexandru --- build.sbt | 2 +- project/plugins.sbt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.sbt b/build.sbt index a503212..d46ba54 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.2.2" % Test + "org.scalameta" %%% "munit" % "1.3.0" % Test ), testFrameworks += new TestFramework("munit.Framework"), Compile / doc / scalacOptions ++= Seq( diff --git a/project/plugins.sbt b/project/plugins.sbt index b246115..32b10d4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,14 +1,14 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.5") +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("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") 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.20.2") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11") // https://github.com/typelevel/sbt-tpolecat/issues/291 -libraryDependencies += "org.typelevel" %% "scalac-options" % "0.1.9" +libraryDependencies += "org.typelevel" %% "scalac-options" % "0.1.10"