Update build.sbt

remove nonsensical, duplicated, and wrong scala version variable.
This commit is contained in:
Peter Aaser 2019-07-01 18:07:48 +02:00 committed by GitHub
parent 54f5a7d33a
commit 8aa6107657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"