Skip to content

Commit 5d67a17

Browse files
committed
Fix crossSbtVersion
1 parent 10e2225 commit 5d67a17

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/Build.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ object MimaBuild {
113113
publishLocal := (),
114114
publishSigned := (),
115115
sbtVersion in Global := "0.13.13", // Should be ThisBuild, but ^^ uses Global (incorrectly)
116-
inThisBuild(Seq(
117-
crossSbtVersions := List("0.13.13", "1.0.0-RC3")
118-
)),
116+
crossSbtVersions := List("0.13.13", "1.0.0-RC3"), // Should be ThisBuild, but Defaults defines it at project level..
119117
testScalaVersion in Global := sys.props.getOrElse("mima.testScalaVersion", scalaVersion.value)
120118
)
121119
enablePlugins(GitVersioning)

0 commit comments

Comments
 (0)