Skip to content

Commit

Permalink
Bump kind-projector version to 0.9.4 (typelevel#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
shokohara authored and Luka Jacobowitz committed Sep 1, 2017
1 parent 627c2f7 commit 16bfdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val commonSettings = Seq(
"com.github.mpilquist" %%% "simulacrum" % "0.10.0" % "compile-time",
"org.typelevel" %%% "machinist" % "0.6.2",
compilerPlugin("org.scalamacros" %% "paradise" % "2.1.0" cross CrossVersion.patch),
compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.3")
compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.4")
),
fork in test := true,
parallelExecution in Test := false,
Expand Down

0 comments on commit 16bfdb9

Please sign in to comment.