Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-ref2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mu
mu-impl-ref2
Commits
adc1a1ac
Commit
adc1a1ac
authored
Mar 24, 2015
by
Kunshan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed sbt-antlr4 to a project dependency and bumped depnedency
versions.
parent
fa61e981
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
build.sbt
build.sbt
+4
-4
sbt-antlr4.sbt
project/sbt-antlr4.sbt
+5
-1
No files found.
build.sbt
View file @
adc1a1ac
...
...
@@ -6,14 +6,14 @@ description := "The second reference implementation of Mu, the micro virtual mac
licenses
:=
Seq
(
"CC BY-SA 4.0"
->
url
(
"https://creativecommons.org/licenses/by-sa/4.0/legalcode"
))
scalaVersion
:=
"2.11.
4
"
scalaVersion
:=
"2.11.
6
"
libraryDependencies
:=
Seq
(
"org.antlr"
%
"antlr4"
%
"4.3
"
,
"org.antlr"
%
"antlr4"
%
"4.5
"
,
"com.typesafe.scala-logging"
%%
"scala-logging"
%
"3.1.0"
,
"ch.qos.logback"
%
"logback-classic"
%
"1.1.2"
,
"org.scalatest"
%%
"scalatest"
%
"2.2.0"
)
"org.scalatest"
%%
"scalatest"
%
"2.2.0"
)
antlr4Settings
...
...
project/sbt-antlr4.sbt
View file @
adc1a1ac
resolvers
+=
"simplytyped.com"
at
"http://simplytyped.com/repo/releases"
addSbtPlugin
(
"com.simplytyped"
%
"sbt-antlr4"
%
"0.7.2"
)
// addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.2")
lazy
val
root
=
(
project
in
file
(
"."
)).
dependsOn
(
sbtAntlr4Plugin
)
lazy
val
sbtAntlr4Plugin
=
uri
(
"https://github.com/ihji/sbt-antlr4.git"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment