Skip to content

Commit

Permalink
Fix crossSbtVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Aug 1, 2017
1 parent 10e2225 commit 5d67a17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ object MimaBuild {
publishLocal := (),
publishSigned := (),
sbtVersion in Global := "0.13.13", // Should be ThisBuild, but ^^ uses Global (incorrectly)
inThisBuild(Seq(
crossSbtVersions := List("0.13.13", "1.0.0-RC3")
)),
crossSbtVersions := List("0.13.13", "1.0.0-RC3"), // Should be ThisBuild, but Defaults defines it at project level..
testScalaVersion in Global := sys.props.getOrElse("mima.testScalaVersion", scalaVersion.value)
)
enablePlugins(GitVersioning)
Expand Down

0 comments on commit 5d67a17

Please sign in to comment.