From 64564e487b6f6003f64b3f4910ca041136a3d18e Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 22 Jun 2013 12:16:55 +0200 Subject: remove local sbt plugin (use global instead) --- project/plugins.sbt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f0483bb..6eb2159 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1 @@ -resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/snapshots/" - -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0") - addSbtPlugin("com.github.jodersky" % "sbt-native" % "1.0-SNAPSHOT") -- cgit v1.2.3