aboutsummaryrefslogtreecommitdiff
path: root/project/sbt-antlr4.sbt
diff options
context:
space:
mode:
authorJack Koenig2017-12-18 12:01:22 -0800
committerGitHub2017-12-18 12:01:22 -0800
commit8ab501e7527139a4ee8d0b38f9b4384551387043 (patch)
treee02d669e537d81f436072057d22cc62c1322a65d /project/sbt-antlr4.sbt
parent9480c0034861bbdae2217dcf91fd8b1fe45806ad (diff)
Bump sbt (#703)
Bump SBT to 1.0.4 and update plugins Update Scala versions and sbt commands in .travis.yml Replace run-main with runMain
Diffstat (limited to 'project/sbt-antlr4.sbt')
-rw-r--r--project/sbt-antlr4.sbt4
1 files changed, 1 insertions, 3 deletions
diff --git a/project/sbt-antlr4.sbt b/project/sbt-antlr4.sbt
index cd995cc3..0489816f 100644
--- a/project/sbt-antlr4.sbt
+++ b/project/sbt-antlr4.sbt
@@ -1,3 +1 @@
-resolvers += Resolver.url("bintray-simplytyped", url("http://dl.bintray.com/simplytyped/sbt-plugins"))(Resolver.ivyStylePatterns)
-
-addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.12")
+addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.0")