From b59eafcd31b1cbacfcf094cf7e9dd06f087beeb1 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 26 Apr 2023 16:48:36 -0700 Subject: [PATCH] reset version policy intention --- build.sbt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 352bc6ba..9c498a56 100644 --- a/build.sbt +++ b/build.sbt @@ -3,10 +3,7 @@ ThisBuild / startYear := Some(2004) val commonSettings = Seq( versionScheme := Some("early-semver"), - // next version will bump minor (because we dropped Scala 2.11 and upgraded - // Scala.js and Scala Native); we could go back to BinaryAndSourceCompatible - // once that's done - versionPolicyIntention := Compatibility.BinaryCompatible, + versionPolicyIntention := Compatibility.BinaryAndSourceCompatible, crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.2"), scalaVersion := crossScalaVersions.value.head, )