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 90ffebe + 737f655 commit dd9302bCopy full SHA for dd9302b
1 file changed
build.sbt
@@ -39,7 +39,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
39
"org.typelevel" %%% "cats-core" % "2.10.0",
40
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
41
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
42
- ) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.10")
+ ) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.11")
43
else Nil),
44
scalacOptions := scalacOptions.value.filterNot(_.startsWith("-source:"))
45
)
0 commit comments