We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b21dc2 commit bfeb8c7Copy full SHA for bfeb8c7
1 file changed
build.sbt
@@ -120,7 +120,7 @@ lazy val decline =
120
.settings(
121
libraryDependencies ++= {
122
if (scalaVersion.value.startsWith("2."))
123
- Seq(compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full))
+ Seq(compilerPlugin("org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full))
124
else
125
Seq.empty
126
}
0 commit comments