Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tapasco
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
52
Issues
52
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tapasco
tapasco
Commits
321ce10f
Commit
321ce10f
authored
Nov 15, 2017
by
Jens Korinth
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update all dependencies (addresses
#141
)
parent
e88fd10c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
build.sbt
build.sbt
+7
-8
project/assembly.sbt
project/assembly.sbt
+1
-1
project/sbt-scalastyle.sbt
project/sbt-scalastyle.sbt
+1
-1
No files found.
build.sbt
View file @
321ce10f
...
...
@@ -6,25 +6,24 @@ version := tapascoVersion
name
:=
"Tapasco"
scalaVersion
:=
"2.12.
3
"
scalaVersion
:=
"2.12.
4
"
libraryDependencies
++=
Seq
(
"org.scala-lang"
%
"scala-compiler"
%
scalaVersion
.
value
,
"org.scala-lang"
%
"scala-reflect"
%
scalaVersion
.
value
,
"org.scala-lang.modules"
%
"scala-swing_2.12"
%
"2.0.0"
,
"org.scala-lang.modules"
%%
"scala-parser-combinators"
%
"1.0.4"
,
"com.typesafe.play"
%%
"play-json"
%
"2.6.0-M3"
exclude
(
"ch.qos.logback"
,
"logback-classic"
),
"org.scala-lang.modules"
%
"scala-swing_2.12"
%
"2.0.1"
,
"com.typesafe.play"
%%
"play-json"
%
"2.6.7"
exclude
(
"ch.qos.logback"
,
"logback-classic"
),
"org.jfree"
%
"jfreechart"
%
"1.0.19"
,
"org.slf4j"
%
"slf4j-api"
%
"1.7.2
2
"
,
"ch.qos.logback"
%
"logback-classic"
%
"1.2.
1
"
,
"org.slf4j"
%
"slf4j-api"
%
"1.7.2
5
"
,
"ch.qos.logback"
%
"logback-classic"
%
"1.2.
3
"
,
"net.sf.jung"
%
"jung-api"
%
"2.1.1"
,
"net.sf.jung"
%
"jung-visualization"
%
"2.1.1"
,
"net.sf.jung"
%
"jung-graph-impl"
%
"2.1.1"
,
"com.google.guava"
%
"guava"
%
"19.0"
,
"com.google.code.findbugs"
%
"jsr305"
%
"3.0.1"
,
"org.scalatest"
%%
"scalatest"
%
"3.0.
3
"
%
"test"
,
"org.scalatest"
%%
"scalatest"
%
"3.0.
4
"
%
"test"
,
"org.scalacheck"
%%
"scalacheck"
%
"1.13.5"
%
"test"
,
"com.lihaoyi"
%%
"fastparse"
%
"
0.4.3
"
"com.lihaoyi"
%%
"fastparse"
%
"
1.0.0
"
)
scalacOptions
++=
Seq
(
...
...
project/assembly.sbt
View file @
321ce10f
addSbtPlugin
(
"com.eed3si9n"
%
"sbt-assembly"
%
"0.14.
4
"
)
addSbtPlugin
(
"com.eed3si9n"
%
"sbt-assembly"
%
"0.14.
6
"
)
project/sbt-scalastyle.sbt
View file @
321ce10f
addSbtPlugin
(
"org.scalastyle"
%%
"scalastyle-sbt-plugin"
%
"
0.8
.0"
)
addSbtPlugin
(
"org.scalastyle"
%%
"scalastyle-sbt-plugin"
%
"
1.0
.0"
)
resolvers
+=
"sonatype-releases"
at
"https://oss.sonatype.org/content/repositories/releases/"
...
...
Jens Korinth
@jk
mentioned in issue
#141 (closed)
·
Nov 15, 2017
mentioned in issue
#141 (closed)
mentioned in issue #141
Toggle commit list
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