diff options
| author | Scala Steward | 2021-12-13 20:55:07 +0100 |
|---|---|---|
| committer | GitHub | 2021-12-13 19:55:07 +0000 |
| commit | f6d09a03a86339ad6c65c846b3d9ea34fbc29452 (patch) | |
| tree | c93e3f9dc536f93812e402f0e45a7145f8f91348 | |
| parent | 55cb58877aca898f1ccae5edf29aeede9d1b71ba (diff) | |
Update os-lib to 0.8.0 (#2301)
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ lazy val chiselSettings = Seq ( libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.10" % "test", "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % "test", - "com.lihaoyi" %% "os-lib" % "0.7.8", + "com.lihaoyi" %% "os-lib" % "0.8.0", ), ) ++ ( // Tests from other projects may still run concurrently @@ -45,7 +45,7 @@ trait CommonModule extends CrossSbtModule with PublishModule { override def moduleDeps = super.moduleDeps ++ firrtlModule override def ivyDeps = super.ivyDeps() ++ Agg( - ivy"com.lihaoyi::os-lib:0.7.8", + ivy"com.lihaoyi::os-lib:0.8.0", ) ++ firrtlIvyDeps def publishVersion = "3.5-SNAPSHOT" |
