Skip to content

Commit

Permalink
Format build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
bplommer committed May 17, 2021
1 parent 5f07225 commit 32070fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ 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 && !scalaVersion.value
.startsWith("3")) { // enable mima for Scala 3 after first release
Set(organization.value %% moduleName.value % (ThisBuild / previousStableVersion).value.get)
} else Set()
},
Expand Down

0 comments on commit 32070fd

Please sign in to comment.