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
91193a3a
Commit
91193a3a
authored
Jan 02, 2018
by
Jens Korinth
Browse files
Move to latest development versions of Chisel3
parent
3cf2bdac
Changes
1
Hide whitespace changes
Inline
Side-by-side
packaging/build.sbt
View file @
91193a3a
...
...
@@ -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
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