Skip to content

Commit

Permalink
Merge pull request #57 from meddulla/crossversion-patch
Browse files Browse the repository at this point in the history
Update CrossVersion.patch.
  • Loading branch information
alexarchambault authored Mar 5, 2017
2 parents bb25ece + 12408a7 commit b727a6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libraryDependencies += "com.github.alexarchambault" %% "scalacheck-shapeless_1.1
If you are using scala 2.10.x, also add the macro paradise plugin to your build,
```scala
libraryDependencies +=
compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.patch)
```

scalacheck-shapeless depends on shapeless 2.3 and scalacheck 1.13. It is built against scala 2.10, 2.11, and 2.12.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lazy val compileSettings = Seq(
),
libraryDependencies ++= {
if (scalaVersion.value.startsWith("2.10."))
Seq(compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full))
Seq(compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.patch))
else
Seq()
},
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.9
sbt.version=0.13.13

0 comments on commit b727a6d

Please sign in to comment.