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.
1 parent 1633199 commit f59ee11Copy full SHA for f59ee11
build.sbt
@@ -46,8 +46,8 @@ ThisBuild / githubWorkflowGeneratedCI ~= {
46
val commonSettings = Seq(
47
scalacOptions --= Seq("-source:3.0-migration"),
48
mimaPreviousArtifacts := Set.empty,
49
- // We don't need KP
50
- libraryDependencies -= compilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full)
+ // We don't need KP and bm4
+ libraryDependencies ~= (_.filterNot(_.name == "kind-projector").filterNot(_.name == "better-monadic-for"))
51
)
52
53
val plugin = project
0 commit comments