Skip to content

Commit

Permalink
Bump machinist version to 0.6.2 (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
shokohara authored and kailuowang committed Aug 4, 2017
1 parent 2eb4360 commit 22afeac
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 @@ -44,7 +44,7 @@ lazy val commonSettings = Seq(
),
libraryDependencies ++= Seq(
"com.github.mpilquist" %%% "simulacrum" % "0.10.0" % "compile-time",
"org.typelevel" %%% "machinist" % "0.6.1",
"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")
),
Expand Down

0 comments on commit 22afeac

Please sign in to comment.