소스 검색

Update build.sbt

remove nonsensical, duplicated, and wrong scala version variable.
sindre-ex1
Peter Aaser GitHub 6 년 전
부모
커밋
8aa6107657
No known key found for this signature in database 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"


불러오는 중...
취소
저장