diff options
| author | Andrew Waterman | 2016-05-24 20:33:44 -0700 |
|---|---|---|
| committer | Andrew Waterman | 2016-05-24 20:33:44 -0700 |
| commit | 26694d3496b7b500a3448599eb889126335b031f (patch) | |
| tree | ea75e37ad96163cde1971207168724b98a2c5664 | |
| parent | f9e8895b73aeec9bb71449f8e3d0e6f7e7a0a478 (diff) | |
Update sbt-antlr4 URL
This is a good reason not to rely on published JARs...
| -rw-r--r-- | project/sbt-antlr4.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
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") |
