File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ lazy val `binary-compat` = project
146
146
scalaVersion := scala212,
147
147
libraryDependencies += " com.typesafe" %% " mima-core" % " 0.8.0" % Test ,
148
148
junit,
149
+ versionPolicyIntention := Compatibility .None ,
149
150
buildInfoPackage := " build" ,
150
151
buildInfoKeys := Seq [BuildInfoKey ](
151
152
" oldClasses" -> (`binary-compat-old` / Compile / classDirectory).value.toString,
@@ -168,6 +169,7 @@ lazy val `scalafix-rules` = project
168
169
.settings(
169
170
organization := (compat212JVM / organization).value,
170
171
publishTo := (compat212JVM / publishTo).value,
172
+ versionPolicyIntention := Compatibility .None ,
171
173
name := " scala-collection-migrations" ,
172
174
scalaVersion := scalafixScala212,
173
175
libraryDependencies += " ch.epfl.scala" %% " scalafix-core" % scalafixVersion
You can’t perform that action at this time.
0 commit comments