forked from scala/scala-partest
-
Notifications
You must be signed in to change notification settings - Fork 0
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 scala#15 from adriaanm/master
Switch to scala-module-plugin, sbt 0.13.1
- Loading branch information
Showing
6 changed files
with
15 additions
and
111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
# "0.13.+" breaks plugin resolution | ||
sbt.version=0.13.0 | ||
sbt.version=0.13.1 |
This file was deleted.
Oops, something went wrong.
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,7 +1 @@ | ||
resolvers += Classpaths.typesafeResolver | ||
|
||
// addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.5") | ||
|
||
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0") | ||
|
||
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1") | ||
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.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 was deleted.
Oops, something went wrong.