Skip to content

Commit

Permalink
Update Kind Projector
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jun 12, 2019
1 parent 4cdb408 commit 1fe1c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -83,7 +83,7 @@ lazy val commonSettings = Seq(
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.13.0", scalaVersion.value, "2.11.12"),

addCompilerPlugin("org.typelevel" % "kind-projector" % "0.10.1" cross CrossVersion.binary),
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.10.3" cross CrossVersion.binary),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.0"),

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 1fe1c43

Please sign in to comment.