Browse Source

Update build.sbt

remove nonsensical, duplicated, and wrong scala version variable.
sindre-ex1
Peter Aaser GitHub 6 years ago
parent
commit
8aa6107657
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      build.sbt

+ 0
- 2
build.sbt View File

@@ -46,8 +46,6 @@ val defaultVersions = Map(
libraryDependencies ++= (Seq("chisel3","chisel-iotesters").map {
dep: String => "edu.berkeley.cs" %% dep % sys.props.getOrElse(dep + "Version", defaultVersions(dep)) })

val versionOfScala = "2.12.4"

val fs2Version = "0.10.3"
val catsVersion = "1.1.0"
val catsEffectVersion = "0.10"


Loading…
Cancel
Save