Skip to content

Commit

Permalink
Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed May 22, 2024
1 parent a66e08f commit 71bd627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ lazy val commonSettings = Seq(
),
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsV,
"org.typelevel" %%% "cats-testkit" % catsV % Test,
"org.scalameta" %%% "munit" % "1.0.0-RC1" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test
"org.typelevel" %%% "cats-testkit" % catsV % Test,
"org.scalameta" %%% "munit" % "1.0.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test
)
)

0 comments on commit 71bd627

Please sign in to comment.