Skip to content

Commit 0659f45

Browse files
committed
Update kind-projector to 0.13.4
1 parent ae1a926 commit 0659f45

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
@@ -29,7 +29,7 @@ inThisBuild(
2929
)
3030

3131
lazy val commonSettings = Seq(
32-
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full),
32+
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full),
3333
libraryDependencies ++=
3434
Deps.scalatest.value % Test ::
3535
Nil,

0 commit comments

Comments
 (0)