Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Chantepie <cchantep@users.noreply.github.com>
  • Loading branch information
pomadchin and cchantep authored Oct 26, 2021
1 parent c9e8f72 commit a14d99a
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 @@ -271,7 +271,8 @@ lazy val framelessSettings = Seq(
Test / javaOptions ++= Seq("-Xmx1G", "-ea"),
Test / fork := true,
Test / parallelExecution := false,
mimaPreviousArtifacts := Def.setting { CrossVersion.partialVersion(scalaVersion.value) match {
mimaPreviousArtifacts := Def.setting {
CrossVersion.partialVersion(scalaVersion.value) match {
// TODO: remove once 2.13 artifacts published
case Some((2, 13)) => Set.empty[ModuleID]
case _ => Set("org.typelevel" %% name.value % previousVersion)
Expand Down

0 comments on commit a14d99a

Please sign in to comment.