scalamacros / paradise

(No longer actively maintained.)
http://scalamacros.org/
BSD 3-Clause "New" or "Revised" License
158 stars 53 forks source link

quasiquotes 2.1.1 not published for 2.10.7? #111

Closed milessabin closed 6 years ago

milessabin commented 6 years ago

It looks like the POM for paradise_2.10 2.1.1 is expecting quasiquotes 2.1.1, but the latter doesn't appear to be available on central.

xeno-by commented 6 years ago

No idea how this could've fallen through the cracks. Now fixed: https://oss.sonatype.org/content/repositories/releases/org/scalamacros/quasiquotes_2.10/2.1.1/.

milessabin commented 6 years ago

Thanks!

gabrieljones commented 6 years ago

There is an error message that might need fixing as well:

Quasiquotes in macro paradise for Scala 2.10 require a dependency on a supporting library. Add the following line to your SBT build: libraryDependencies += "org.scalamacros" %% "quasiquotes" % "2.1.0-SNAPSHOT"

should probably read:

Quasiquotes in macro paradise for Scala 2.10 require a dependency on a supporting library. Add the following line to your SBT build: libraryDependencies += "org.scalamacros" %% "quasiquotes" % "2.1.1"

xeno-by commented 6 years ago

Oops. I'll try to remember to fix this in the next release!