From 1d949f1d8f0ecece97eb9e3dd39a5d37d34f2bc3 Mon Sep 17 00:00:00 2001 From: mdelem Date: Tue, 12 Mar 2013 08:54:41 +0100 Subject: [PATCH] Updated sbt-dart-plugin version to most recent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now matches https://github.com/cheleb/sbt-dart-plugin/blob/master/build.sbt --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 203f59a..5a0c991 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ resolvers += Resolver.file("Local Repository", file("/Users/olivier/projects/sca //addSbtPlugin("play" % "sbt-plugin" % "2.2-SNAPSHOT") addSbtPlugin("play" % "sbt-plugin" % "2.1.0") -addSbtPlugin("net.orcades" % "sbt-dart-plugin" % "0.1-SNAPSHOT") +addSbtPlugin("net.orcades" % "sbt-dart-plugin" % "0.2.1-SNAPSHOT")