Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 13, 2024
1 parent 4fc97ea commit 25f6d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "twiddles-core",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.scalameta" %%% "munit" % "1.0.1"
"org.scalameta" %%% "munit" % "1.0.2"
) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.12")
else Nil),
scalacOptions := scalacOptions.value.filterNot(_.startsWith("-source:"))
Expand Down

0 comments on commit 25f6d9e

Please sign in to comment.