Skip to content

Commit

Permalink
Removed binary compatibility guarantees from 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Nov 19, 2019
1 parent b201f8e commit 12dc94c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ ThisBuild / scmInfo := Some(
"git@github.com:djspiewak/skolems.git"))

scalacOptions -= "-Ywarn-dead-code"

mimaPreviousArtifacts := {
// just not going to make binary compatibility guarantees about 2.11
if (scalaVersion.value.startsWith("2.11"))
Set()
else
mimaPreviousArtifacts.value
}

0 comments on commit 12dc94c

Please sign in to comment.