Skip to content

Commit 6e9cc28

Browse files
Update kind-projector to 0.13.4 (#746)
1 parent 429ae43 commit 6e9cc28

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
@@ -25,7 +25,7 @@ lazy val commonSettings = Seq(
2525
libraryDependencies ++= crossSettings(
2626
scalaVersion.value,
2727
if3 = Nil,
28-
if2 = List(compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full)),
28+
if2 = List(compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.4" cross CrossVersion.full)),
2929
),
3030
scalacOptions ++= crossSettings(
3131
scalaVersion.value,

0 commit comments

Comments
 (0)