We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d3a93b + d952b9c commit 29fb49eCopy full SHA for 29fb49e
sbt-buildo/src/main/scala/buildo/ScalaSettingPlugin.scala
@@ -67,7 +67,7 @@ object ScalaSettingPlugin extends AutoPlugin {
67
libraryDependencies ++= {
68
CrossVersion.partialVersion(scalaVersion.value) match {
69
case Some((2, _)) =>
70
- compilerPlugin(("org.typelevel" % "kind-projector" % "0.12.0").cross(CrossVersion.full)) :: Nil
+ compilerPlugin(("org.typelevel" % "kind-projector" % "0.13.0").cross(CrossVersion.full)) :: Nil
71
case _ => Nil
72
}
73
},
0 commit comments