From f1538f76cef06a483aeb8a5efc456c1907b6bd31 Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Thu, 8 Aug 2019 11:08:06 -0700 Subject: [PATCH] Revert "Merge pull request #4933 from eatkins/paradise" This reverts commit 294a1c181e489200dcfb961c53f1fa88c35114a8, reversing changes made to 8365e4b18936f14d5290418cbadfa80c4eaf0586. --- sbt/src/sbt-test/source-dependencies/macro-annotation/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt/src/sbt-test/source-dependencies/macro-annotation/build.sbt b/sbt/src/sbt-test/source-dependencies/macro-annotation/build.sbt index b4cdf1825..4a0236324 100644 --- a/sbt/src/sbt-test/source-dependencies/macro-annotation/build.sbt +++ b/sbt/src/sbt-test/source-dependencies/macro-annotation/build.sbt @@ -1,4 +1,4 @@ -ThisBuild / scalaVersion := "2.12.9" +ThisBuild / scalaVersion := "2.12.8" val paradiseVersion = "2.1.1" val commonSettings = Seq(