File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11ThisBuild / crossScalaVersions := Seq (" 2.13.15" , " 3.3.4" )
22ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
33
4- // we can remove this after we ship 1.0.5; see #273 for gory details
5- import com .typesafe .tools .mima .core ._
6- ThisBuild / mimaBinaryIssueFilters ++= Seq (
7- ProblemFilters .exclude[IncompatibleSignatureProblem ](" *" ),
8- )
9-
104Global / cancelable := true
115publish / skip := true // in root
126
137lazy val commonSettings : Seq [Setting [_]] =
148 Seq (scalaModuleAutomaticModuleName := Some (" scala.collection.parallel" )) ++
159 ScalaModulePlugin .scalaModuleSettings ++ Seq (
16- versionPolicyIntention := Compatibility .BinaryCompatible ,
10+ versionPolicyIntention := Compatibility .BinaryAndSourceCompatible ,
1711 Compile / compile / scalacOptions --= (CrossVersion .partialVersion(scalaVersion.value) match {
1812 case Some ((3 , _)) => Seq (" -Xlint" )
1913 case _ => Seq ()
You can’t perform that action at this time.
0 commit comments