mirror of https://github.com/sbt/sbt.git
Downgrade to 2.12.8 for source-dependencies/macro-annotation
The macro paradise library isn't published for 2.12.9 (yet).
This commit is contained in:
parent
2a99f86b87
commit
416cc653b6
|
|
@ -1,4 +1,4 @@
|
|||
ThisBuild / scalaVersion := "2.12.9"
|
||||
ThisBuild / scalaVersion := "2.12.8"
|
||||
|
||||
val paradiseVersion = "2.1.1"
|
||||
val commonSettings = Seq(
|
||||
|
|
|
|||
Loading…
Reference in New Issue