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
ee598c83
Commit
ee598c83
authored
Dec 11, 2017
by
Jens Korinth
Browse files
Add AnyVals from Scalactic
parent
a24a7684
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sbt
View file @
ee598c83
...
...
@@ -21,7 +21,8 @@ libraryDependencies ++= (Seq("chisel3","chisel-iotesters").map {
libraryDependencies
++=
Seq
(
"org.scalatest"
%%
"scalatest"
%
"3.0.4"
%
"test"
,
"org.scalacheck"
%%
"scalacheck"
%
"1.13.5"
%
"test"
,
"com.typesafe.play"
%%
"play-json"
%
"2.6.3"
"com.typesafe.play"
%%
"play-json"
%
"2.6.3"
,
"org.scalactic"
%%
"scalactic"
%
"3.0.4"
)
scalacOptions
++=
Seq
(
"-language:implicitConversions"
,
"-language:reflectiveCalls"
,
"-deprecation"
,
"-feature"
)
...
...
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