From 26694d3496b7b500a3448599eb889126335b031f Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 24 May 2016 20:33:44 -0700 Subject: Update sbt-antlr4 URL This is a good reason not to rely on published JARs... --- project/sbt-antlr4.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/sbt-antlr4.sbt b/project/sbt-antlr4.sbt index df6819fa..06425044 100644 --- a/project/sbt-antlr4.sbt +++ b/project/sbt-antlr4.sbt @@ -1,3 +1,3 @@ -resolvers += "simplytyped" at "http://simplytyped.github.io/repo/releases" +resolvers += Resolver.url("bintray-simplytyped", url("http://dl.bintray.com/simplytyped/sbt-plugins"))(Resolver.ivyStylePatterns) -addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.7") +addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.11") -- cgit v1.2.3