Skip to content

Commit ea7fddb

Browse files
committed
Update kind-projector to 0.13.4
1 parent c343cef commit ea7fddb

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
@@ -36,7 +36,7 @@ lazy val commonSettings = Seq(
3636
libraryDependencies ++= (if (isDotty.value) Nil
3737
else
3838
Seq(
39-
compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.3").cross(CrossVersion.full)),
39+
compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.4").cross(CrossVersion.full)),
4040
)),
4141
)
4242

0 commit comments

Comments
 (0)