Update sbt-compatibility to 0.0.8 (#252)

This commit is contained in:
Alexandre Archambault 2020-06-16 14:16:10 +02:00 committed by GitHub
parent 41e561f9ab
commit 78e61fec0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

View File

@ -38,17 +38,12 @@ object Settings {
if (isAtLeastScala213.value) Seq("-Ymacro-annotations")
else Nil
},
compatibilityReconciliations ++= Seq(
compatibilityRules ++= Seq(
"com.eed3si9n" %% "gigahorse-*" % "semver",
"org.scala-lang.modules" % "*" % "semver",
"org.scala-sbt" % "*" % "semver",
// FIXME sbt-compatibility should default to semver for java libs, pvp for scala ones, like evicted
"com.lmax" % "disruptor" % "semver",
"com.squareup.*" % "*" % "semver",
"com.swoval" % "apple-file-events" % "semver",
"com.typesafe" % "*" % "semver",
"net.java.dev.jna" % "jna*" % "always",
"org.apache.logging.log4j" % "log4j-*" % "semver",
"com.typesafe" %% "ssl-config-core" % "semver",
"net.java.dev.jna" % "jna*" % "always"
),
compatibilityIgnored += "com.swoval" % "apple-file-events",
evictionRules ++= Seq(