Skip to content

Commit

Permalink
Update os-lib to 0.8.0 (chipsalliance#2442)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] authored Dec 13, 2021
1 parent 7f88449 commit df67eef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val firrtlSettings = Seq(
"org.json4s" %% "json4s-native" % "3.6.12",
"org.apache.commons" % "commons-text" % "1.9",
"io.github.alexarchambault" %% "data-class" % "0.2.5",
"com.lihaoyi" %% "os-lib" % "0.7.8"
"com.lihaoyi" %% "os-lib" % "0.8.0"
),
// macros for the data-class library
libraryDependencies ++= {
Expand Down Expand Up @@ -132,7 +132,8 @@ lazy val docSettings = Seq(
Compile / doc / scalacOptions ++= Seq(
// ANTLR-generated classes aren't really part of public API and cause
// errors in ScalaDoc generation
"-skip-packages", "firrtl.antlr",
"-skip-packages",
"firrtl.antlr",
"-Xfatal-warnings",
"-feature",
"-diagrams",
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class firrtlCrossModule(val crossScalaVersion: String)
ivy"io.github.alexarchambault::data-class:0.2.5",
ivy"org.antlr:antlr4-runtime:$antlr4Version",
ivy"com.google.protobuf:protobuf-java:$protocVersion",
ivy"com.lihaoyi::os-lib:0.7.8"
ivy"com.lihaoyi::os-lib:0.8.0"
) ++ {
if (majorVersion == 13)
Agg(ivy"org.scala-lang.modules::scala-parallel-collections:1.0.4")
Expand Down

0 comments on commit df67eef

Please sign in to comment.