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 429ae43 commit 6e9cc28Copy full SHA for 6e9cc28
build.sbt
@@ -25,7 +25,7 @@ lazy val commonSettings = Seq(
25
libraryDependencies ++= crossSettings(
26
scalaVersion.value,
27
if3 = Nil,
28
- if2 = List(compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full)),
+ if2 = List(compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.4" cross CrossVersion.full)),
29
),
30
scalacOptions ++= crossSettings(
31
0 commit comments