Update build.sbt
remove nonsensical, duplicated, and wrong scala version variable.
This commit is contained in:
parent
54f5a7d33a
commit
8aa6107657
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ val defaultVersions = Map(
|
||||||
libraryDependencies ++= (Seq("chisel3","chisel-iotesters").map {
|
libraryDependencies ++= (Seq("chisel3","chisel-iotesters").map {
|
||||||
dep: String => "edu.berkeley.cs" %% dep % sys.props.getOrElse(dep + "Version", defaultVersions(dep)) })
|
dep: String => "edu.berkeley.cs" %% dep % sys.props.getOrElse(dep + "Version", defaultVersions(dep)) })
|
||||||
|
|
||||||
val versionOfScala = "2.12.4"
|
|
||||||
|
|
||||||
val fs2Version = "0.10.3"
|
val fs2Version = "0.10.3"
|
||||||
val catsVersion = "1.1.0"
|
val catsVersion = "1.1.0"
|
||||||
val catsEffectVersion = "0.10"
|
val catsEffectVersion = "0.10"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue