Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-ref2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mu
mu-impl-ref2
Commits
43c9d293
Commit
43c9d293
authored
May 07, 2018
by
Kunshan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump dependencies so it works on Java 10
It now compiles and runs on Java 10.
parent
6abef57a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
build.sbt
build.sbt
+7
-7
No files found.
build.sbt
View file @
43c9d293
...
...
@@ -18,16 +18,16 @@ lazy val root = (project in file(".")).
licenses
:=
Seq
(
"CC BY-SA 4.0"
->
url
(
"https://creativecommons.org/licenses/by-sa/4.0/legalcode"
)),
scalaVersion
:=
"2.12.
3
"
,
scalaVersion
:=
"2.12.
6
"
,
libraryDependencies
++=
Seq
(
"org.antlr"
%
"antlr4"
%
"4.7"
,
"com.typesafe.scala-logging"
%%
"scala-logging"
%
"3.
7.2
"
,
"org.antlr"
%
"antlr4"
%
"4.7
.1
"
,
"com.typesafe.scala-logging"
%%
"scala-logging"
%
"3.
9.0
"
,
"ch.qos.logback"
%
"logback-classic"
%
"1.2.3"
,
"com.github.jnr"
%
"jnr-ffi"
%
"2.1.
6
"
,
"com.github.jnr"
%
"jnr-ffi"
%
"2.1.
7
"
,
"com.github.jnr"
%
"jffi"
%
"1.2.16"
classifier
"native"
,
"com.github.jnr"
%
"jnr-posix"
%
"3.0.4
1
"
,
"org.scalatest"
%%
"scalatest"
%
"3.0.
3
"
%
"test"
,
"com.github.jnr"
%
"jnr-posix"
%
"3.0.4
4
"
,
"org.scalatest"
%%
"scalatest"
%
"3.0.
5
"
%
"test"
,
"junit"
%
"junit"
%
"4.12"
%
"test"
),
...
...
@@ -43,7 +43,7 @@ lazy val root = (project in file(".")).
antlr4GenVisitor
in
Antlr4
:=
false
,
antlr4Version
in
Antlr4
:=
"4.7"
,
antlr4Version
in
Antlr4
:=
"4.7
.1
"
,
makeClasspathFile
:=
{
val
cp
=
(
fullClasspath
in
Runtime
).
value
.
files
...
...
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