Skip to content

Commit 7c26859

Browse files
committed
adjust version policy for 1.2.0 release
1 parent 8bb7b31 commit 7c26859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish / skip := true // in root
1414
lazy val commonSettings: Seq[Setting[_]] =
1515
Seq(scalaModuleAutomaticModuleName := Some("scala.collection.parallel")) ++
1616
ScalaModulePlugin.scalaModuleSettings ++ Seq(
17-
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
17+
versionPolicyIntention := Compatibility.BinaryCompatible,
1818
crossScalaVersions := scalaVersions,
1919
Compile / compile / scalacOptions --= (CrossVersion.partialVersion(scalaVersion.value) match {
2020
case Some((3, _)) => Seq("-Xlint")

0 commit comments

Comments
 (0)