From ef861795fe051be5db0dd35488fb62c5d5663630 Mon Sep 17 00:00:00 2001 From: JCranky Date: Tue, 12 Jul 2016 17:07:01 +0200 Subject: [PATCH] Upgrade sbt version and remove nbsbt plugin `nbsbt` was removed because it suits better as a global sbt plugin in the developer's machine. --- project/build.properties | 2 +- project/plugins.sbt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/project/build.properties b/project/build.properties index be6c454..43b8278 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.5 +sbt.version=0.13.11 diff --git a/project/plugins.sbt b/project/plugins.sbt index b17ede1..d79d8ad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")