Skip to content

Commit bfeb8c7

Browse files
committed
Update kind-projector to 0.13.4
1 parent 1b21dc2 commit bfeb8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ lazy val decline =
120120
.settings(
121121
libraryDependencies ++= {
122122
if (scalaVersion.value.startsWith("2."))
123-
Seq(compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full))
123+
Seq(compilerPlugin("org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full))
124124
else
125125
Seq.empty
126126
}

0 commit comments

Comments
 (0)