Skip to content

Commit

Permalink
Merge pull request #51 from typelevel/update/munit-1.0.1
Browse files Browse the repository at this point in the history
Update munit to 1.0.1
  • Loading branch information
mpilquist authored Sep 7, 2024
2 parents 727675e + 7e59951 commit 0524741
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.0"
"org.scalameta" %%% "munit" % "1.0.1"
) ++ (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 0524741

Please sign in to comment.