-
Notifications
You must be signed in to change notification settings - Fork 15
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 #12 from hohonuuli/master
Updated plugin dependencies
- Loading branch information
Showing
10 changed files
with
196 additions
and
130 deletions.
There are no files selected for viewing
245 changes: 144 additions & 101 deletions
245
nbsbt-core/src/main/scala/org/netbeans/nbsbt/core/NetBeans.scala
Large diffs are not rendered by default.
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
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
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.2 | ||
sbt.version=0.13.9 |
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 @@ | ||
addMavenResolverPlugin |
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,6 +1,10 @@ | ||
|
||
libraryDependencies <+= (sbtVersion)("org.scala-sbt" % "scripted-plugin" % _) | ||
|
||
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.7.1") | ||
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8") | ||
|
||
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.0") | ||
// https://github.com/sbt/sbt-scalariform | ||
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0") | ||
|
||
|
||
resolvers ++= Seq(Resolver.mavenLocal, Resolver.sonatypeRepo("releases")) |
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 @@ | ||
version in ThisBuild := "1.1.4" | ||
version in ThisBuild := "1.1.5" |