We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 847a00c + de578bd commit 553472fCopy full SHA for 553472f
build.sbt
@@ -37,7 +37,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
37
name := "twiddles-core",
38
libraryDependencies ++= Seq(
39
"org.typelevel" %%% "cats-core" % "2.13.0",
40
- "org.scalameta" %%% "munit" % "1.1.1"
+ "org.scalameta" %%% "munit" % "1.2.0"
41
) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.13")
42
else Nil),
43
scalacOptions := scalacOptions.value.filterNot(_.startsWith("-source:"))
0 commit comments