Skip to content

Commit 570c82b

Browse files
chore: remove monadic-for
1 parent 431420e commit 570c82b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

project/Settings.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ object Settings {
1212
lazy val commonSettings: Seq[Setting[?]] = Seq(
1313
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
1414
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-
)
15+
Seq(compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full))
1916
case _ =>
2017
Nil
2118
}),

0 commit comments

Comments
 (0)