瀏覽代碼

Update build.sbt

remove nonsensical, duplicated, and wrong scala version variable.
sindre-ex1
Peter Aaser GitHub 6 年之前
父節點
當前提交
8aa6107657
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      build.sbt

+ 0
- 2
build.sbt 查看文件

@@ -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…
取消
儲存