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
f175bf4e
Commit
f175bf4e
authored
Dec 11, 2017
by
Jens Korinth
Browse files
Move to dev versions of Chisel3 and iotesters
parent
3b80a251
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sbt
View file @
f175bf4e
...
...
@@ -12,8 +12,8 @@ resolvers ++= Seq(
)
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
val
defaultVersions
=
Map
(
"chisel3"
->
"3.
0
-SNAPSHOT"
,
"chisel-iotesters"
->
"1.
1
-SNAPSHOT"
)
val
defaultVersions
=
Map
(
"chisel3"
->
"3.
1
-SNAPSHOT"
,
"chisel-iotesters"
->
"1.
2
-SNAPSHOT"
)
libraryDependencies
++=
(
Seq
(
"chisel3"
,
"chisel-iotesters"
).
map
{
dep
:
String
=>
"edu.berkeley.cs"
%%
dep
%
sys
.
props
.
getOrElse
(
dep
+
"Version"
,
defaultVersions
(
dep
))
})
...
...
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Supports
Markdown
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