Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
1ebdde01
Commit
1ebdde01
authored
Oct 01, 2016
by
Jens Korinth
Browse files
Add build.sbt to define artifact
parent
0fec184f
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sbt
View file @
1ebdde01
scalaVersion
:=
"2.11.7"
name
:=
"chisel-miscutils"
organization
:=
"esa.cs.tu-darmstadt.de"
libraryDependencies
+=
"edu.berkeley.cs"
%%
"chisel"
%
"latest.release"
version
:=
"0.2-SNAPSHOT"
scalaVersion
:=
"2.11.7"
libraryDependencie
s
+
=
"com.novocode"
%
"junit-interface"
%
"
0
.11
"
%
"test"
crossScalaVersion
s
:
=
Seq
(
"2.10.3"
,
"2.10.4"
,
"
2
.11
.0"
)
libraryDependencies
+=
"org.scalatest"
%%
"scalatest"
%
"2.2.6"
%
"test"
libraryDependencies
++=
Seq
(
"edu.berkeley.cs"
%%
"chisel"
%
"latest.release"
,
"com.novocode"
%
"junit-interface"
%
"0.11"
%
"test"
,
"org.scalatest"
%%
"scalatest"
%
"2.2.6"
%
"test"
,
"com.typesafe.play"
%%
"play-json"
%
"2.4.8"
)
libraryDependencies
+=
"com.typesafe.play"
%%
"play-json"
%
"2.5.4"
// no parallel tests
parallelExecution
in
Test
:=
false
...
...
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
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