Skip to content

Commit

Permalink
Merge pull request #348 from fd4s/enable-mima-scala-3
Browse files Browse the repository at this point in the history
Enable mima for scala 3
  • Loading branch information
bplommer authored May 17, 2021
2 parents 9818e7e + 3020ece commit e140353
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ lazy val publishSettings =

lazy val mimaSettings = Seq(
mimaPreviousArtifacts := {
if (publishArtifact.value && !scalaVersion.value
.startsWith("3")) { // enable mima for Scala 3 after first release
if (publishArtifact.value) {
Set(organization.value %% moduleName.value % (ThisBuild / previousStableVersion).value.get)
} else Set()
},
Expand Down

0 comments on commit e140353

Please sign in to comment.