@@ -61,7 +61,7 @@ object Http4sPlugin extends AutoPlugin {
6161 ) ++ signingSettings
6262
6363 override lazy val projectSettings : Seq [Setting [_]] = Seq (
64- scalaVersion := (sys.env.get(" TRAVIS_SCALA_VERSION" ) orElse sys.env.get(" SCALA_VERSION" ) getOrElse " 2.12.4 " ),
64+ scalaVersion := (sys.env.get(" TRAVIS_SCALA_VERSION" ) orElse sys.env.get(" SCALA_VERSION" ) getOrElse " 2.12.6 " ),
6565
6666 // Rig will take care of this on production builds. We haven't fully
6767 // implemented that machinery yet, so we're going to live without this
@@ -227,9 +227,6 @@ object Http4sPlugin extends AutoPlugin {
227227 }
228228 }
229229
230- val macroParadiseSetting =
231- libraryDependencies += compilerPlugin(" org.scalamacros" % " paradise" % " 2.1.1" cross CrossVersion .full)
232-
233230 def latestPerMinorVersion (file : File ): Map [(Int , Int ), Version ] =
234231 JGit (file).tags.collect {
235232 case ref if ref.getName.startsWith(" refs/tags/v" ) =>
@@ -285,7 +282,6 @@ object Http4sPlugin extends AutoPlugin {
285282 lazy val jspApi = " javax.servlet.jsp" % " javax.servlet.jsp-api" % " 2.3.1" // YourKit hack
286283 lazy val log4s = " org.log4s" %% " log4s" % " 1.6.1"
287284 lazy val logbackClassic = " ch.qos.logback" % " logback-classic" % " 1.2.3"
288- lazy val macroCompat = " org.typelevel" %% " macro-compat" % " 1.1.1"
289285 lazy val metricsCore = " io.dropwizard.metrics" % " metrics-core" % " 4.0.2"
290286 lazy val metricsJson = " io.dropwizard.metrics" % " metrics-json" % metricsCore.revision
291287 lazy val prometheusClient = " io.prometheus" % " simpleclient_common" % " 0.3.0"
0 commit comments