Skip to content

Commit 59393a4

Browse files
Update kind-projector to 0.13.3
1 parent 2e17ed5 commit 59393a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ lazy val commonSettings = Seq(
160160
Seq(
161161
scalaOrganization.value % "scala-compiler" % scalaVersion.value % Provided,
162162
scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided,
163-
compilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full),
163+
compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full),
164164
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
165165
)
166166
}),

0 commit comments

Comments
 (0)