-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from dwijnand/sbt1
Cross-build to sbt 1
- Loading branch information
Showing
7 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=0.13.13 | ||
sbt.version=0.13.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "1.1.1") | ||
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M14") | ||
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.11") | ||
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0") | ||
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0") | ||
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC8") | ||
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.17") | ||
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package sbt | ||
|
||
package object internal { | ||
type BuildStructure = sbt.BuildStructure | ||
type LoadedBuildUnit = sbt.LoadedBuildUnit | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters