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 c0c03d8 + fae3d9e commit 710c43eCopy full SHA for 710c43e
build.sbt
@@ -146,7 +146,7 @@ lazy val commonSettings =
146
147
// Kind Projector (Scala 2 only)
148
libraryDependencies ++= Seq(
149
- compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full),
+ compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.4" cross CrossVersion.full),
150
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
151
).filterNot(_ => tlIsScala3.value),
152
0 commit comments