Skip to content

Commit

Permalink
bump version to 0.9.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Feb 23, 2017
1 parent 6c78394 commit 9fae879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -5,14 +5,14 @@ libraryDependencies <+= scalaBinaryVersion {

CrossBuilding.scriptedSettings

CrossBuilding.crossSbtVersions := Seq("0.11.2", "0.11.3", "0.12", "0.13")
CrossBuilding.crossSbtVersions := Seq("0.13")

libraryDependencies <+= CrossBuilding.sbtModuleDependencyInit("scripted-plugin")

crossBuildingSettings

CrossBuilding.latestCompatibleVersionMapper ~= { mapper => version => version match {
case "0.13" => "0.13.9"
case "0.13" => "0.13.13"
case x => mapper(x)
}
}
Expand Down
2 changes: 1 addition & 1 deletion project.sbt
Expand Up @@ -4,7 +4,7 @@ name := "sbt-cross-building"

organization := "net.virtual-void"

version := "0.8.2-SNAPSHOT"
version := "0.9.0-M1"

homepage := Some(url("http://github.com/jrudolph/sbt-cross-building"))

Expand Down

0 comments on commit 9fae879

Please sign in to comment.