Skip to content

Commit 7a5284d

Browse files
Update kind-projector to 0.13.4
1 parent ad24943 commit 7a5284d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/src/main/scala/org/typelevel/sbt/TypelevelSettingsPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object TypelevelSettingsPlugin extends AutoPlugin {
6161
Seq(
6262
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
6363
compilerPlugin(
64-
"org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full)
64+
"org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full)
6565
)
6666

6767
val scalacCompat =

0 commit comments

Comments
 (0)