Skip to content

Commit

Permalink
Merge pull request #526 from SethTisue/fix-scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Mar 19, 2022
2 parents cb6005b + 5b9c402 commit 5820e79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ lazy val compat = new MultiScalaCrossProject(
"org.scala-native" % "junit-plugin" % nativeVersion cross CrossVersion.full
),
mimaPreviousArtifacts := (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, 1)) => mimaPreviousArtifacts.value.filter(_.revision != "2.6.0")
case _ => mimaPreviousArtifacts.value
}),
case Some((3, 1)) => mimaPreviousArtifacts.value.filter(_.revision != "2.6.0")
case _ => mimaPreviousArtifacts.value
}),
libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion,
Test / fork := false // Scala Native cannot run forked tests
)
Expand Down

0 comments on commit 5820e79

Please sign in to comment.