Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Upgrade sbt version and remove nbsbt plugin
Browse files Browse the repository at this point in the history
`nbsbt` was removed because it suits better as a global sbt plugin
in the developer's machine.
  • Loading branch information
jcranky committed Jul 12, 2016
1 parent 2f3ac1d commit ef86179
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.13.5
sbt.version=0.13.11
2 changes: 0 additions & 2 deletions project/plugins.sbt
Expand Up @@ -2,5 +2,3 @@
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.8")

addSbtPlugin("org.netbeans.nbsbt" %% "nbsbt-plugin" % "1.1.2")

0 comments on commit ef86179

Please sign in to comment.