Skip to content

Commit

Permalink
Set scalaz version to 7.2.15 (typelevel#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistair-Johnson authored and Luka Jacobowitz committed Sep 1, 2017
1 parent bf26750 commit a257529
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 @@ -338,7 +338,7 @@ lazy val bench = project.dependsOn(macrosJVM, coreJVM, freeJVM, lawsJVM)
.settings(commonJvmSettings)
.settings(coverageEnabled := false)
.settings(libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % "7.2.7"))
"org.scalaz" %% "scalaz-core" % "7.2.15"))
.enablePlugins(JmhPlugin)

// cats-js is JS-only
Expand Down

0 comments on commit a257529

Please sign in to comment.