Skip to content

Commit 2dc36da

Browse files
committed
Merge branch 'series/0.6.x'
2 parents d2799b5 + 65e2794 commit 2dc36da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
184184
tlFatalWarnings := false,
185185
libraryDependencies ++= Seq(
186186
"org.scalameta" %%% "munit" % "1.0.0-M11",
187-
"org.scalameta" % "junit-interface" % "1.0.0-M11",
187+
"org.scalameta" % "junit-interface" % "1.0.0-M12",
188188
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
189-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4",
189+
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5",
190190
"org.typelevel" %%% "cats-free" % "2.10.0",
191191
"org.typelevel" %%% "cats-laws" % "2.10.0",
192192
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4",

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-site"
88
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
99
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1010
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
11-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
11+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
1212
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
1313
addSbtPlugin("com.armanbilge" % "sbt-scala-native-config-brew-github-actions" % "0.2.0-RC1")

0 commit comments

Comments
 (0)