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 431420e commit 570c82bCopy full SHA for 570c82b
1 file changed
project/Settings.scala
@@ -12,10 +12,7 @@ object Settings {
12
lazy val commonSettings: Seq[Setting[?]] = Seq(
13
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
14
case Some((2, _)) =>
15
- Seq(
16
- compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
17
- compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full)
18
- )
+ Seq(compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full))
19
case _ =>
20
Nil
21
}),
0 commit comments