diff options
| author | Adam Izraelevitz | 2016-06-09 14:42:06 -0700 |
|---|---|---|
| committer | GitHub | 2016-06-09 14:42:06 -0700 |
| commit | 77f190e0ad3cce4fe379bbee80fcae6bc05b3558 (patch) | |
| tree | 26af299c41cd45b727b6d955c75433f830d78d30 /project | |
| parent | 7feb5711cd1d505ccf816ab3e31a7cc876ab9560 (diff) | |
| parent | 7d1202e1dfe00773be6e04fb7877ac084c7a7603 (diff) | |
Merge branch 'master' into update-spec
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") |
