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 7331cfb commit fae3d9eCopy full SHA for fae3d9e
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