diff options
Diffstat (limited to 'project')
| -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") |
