From a14d99ab2cadfaf621d393377a769e07d0687808 Mon Sep 17 00:00:00 2001 From: Grigory Date: Tue, 26 Oct 2021 07:48:48 -0400 Subject: [PATCH] Update build.sbt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cédric Chantepie --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4c0bd7e..a3fa9b56 100644 --- a/build.sbt +++ b/build.sbt @@ -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)