Skip to content

Commit

Permalink
build(deps): update munit from 1.0.0-M12 to 1.0.0-RC1 (#1553)
Browse files Browse the repository at this point in the history
* build(deps): update munit from 1.0.0-M12 to 1.0.0-RC1

* Update import

* Update munit-cats-effect version

---------

Co-authored-by: Hugo van Rijswijk <[email protected]>
  • Loading branch information
scala-steward and hugo-vrijswijk authored May 8, 2024
1 parent 20590f4 commit e567ca0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/sbt/src/sbt-test/sbt-stryker4s/test-1/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scalaVersion := "2.12.19"

libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M12" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-RC1" % Test

// Reproduce https://github.com/stryker-mutator/stryker4s/issues/726
(Compile / scalaSource) := baseDirectory.value / "src" / "main" / "scala"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package stryker4s.testkit

import cats.data.NonEmptyVector
import cats.effect.IO
import munit.internal.difflib.Diff
import munit.diff.Diff
import munit.{CatsEffectSuite, Compare, FunSuite, Location}

import scala.meta.*
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ object Dependencies {
val fullCrossScalaVersions = crossScalaVersions ++ Seq(scala3)

// Test dependencies
val munit = "1.0.0-M12"
val munit = "1.0.0-RC1"

val munitCatsEffect = "2.0.0-M5"
val munitCatsEffect = "2.0.0-RC1"

// Direct dependencies
val catsCore = "2.10.0"
Expand Down

0 comments on commit e567ca0

Please sign in to comment.