Skip to content

Commit

Permalink
update version policy for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz committed Jul 17, 2023
1 parent 8f697e5 commit 46971ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
|additional information regarding copyright ownership.
|""".stripMargin)),

versionPolicyIntention := Compatibility.BinaryCompatible,
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,

apiMappings ++= scalaInstance.value.libraryJars.filter { file =>
file.getName.startsWith("scala-library") && file.getName.endsWith(".jar")
Expand Down

0 comments on commit 46971ed

Please sign in to comment.