Skip to content

Commit d2c5ee3

Browse files
committed
fixup (squash me)
1 parent f3f5fcc commit d2c5ee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ lazy val `binary-compat` = project
146146
scalaVersion := scala212,
147147
libraryDependencies += "com.typesafe" %% "mima-core" % "0.8.0" % Test,
148148
junit,
149+
versionPolicyIntention := Compatibility.None,
149150
buildInfoPackage := "build",
150151
buildInfoKeys := Seq[BuildInfoKey](
151152
"oldClasses" -> (`binary-compat-old` / Compile / classDirectory).value.toString,
@@ -168,6 +169,7 @@ lazy val `scalafix-rules` = project
168169
.settings(
169170
organization := (compat212JVM / organization).value,
170171
publishTo := (compat212JVM / publishTo).value,
172+
versionPolicyIntention := Compatibility.None,
171173
name := "scala-collection-migrations",
172174
scalaVersion := scalafixScala212,
173175
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % scalafixVersion

0 commit comments

Comments
 (0)