aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2018-06-18 14:20:59 -0700
committerGitHub2018-06-18 14:20:59 -0700
commit61cf31d35c5bf22bebdcd959eac2cb8ff3574f33 (patch)
tree367c25c78ac68b42ee322a53f0d4a6e0aa084e93 /build.sbt
parent9b6ff229538070b2b9be71bc00be4f91c5ee2b01 (diff)
Bump ANTLR version and change directory to play nice with IntelliJ (#824)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 359f6cc6..d52621b0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -86,7 +86,9 @@ antlr4GenListener in Antlr4 := false // default = true
antlr4PackageName in Antlr4 := Option("firrtl.antlr")
-antlr4Version in Antlr4 := "4.7"
+antlr4Version in Antlr4 := "4.7.1"
+
+javaSource in Antlr4 := (sourceManaged in Compile).value
publishMavenStyle := true
publishArtifact in Test := false