diff options
| author | Scala Steward | 2022-03-14 19:41:09 +0100 |
|---|---|---|
| committer | GitHub | 2022-03-14 18:41:09 +0000 |
| commit | e4a9ea89489aabc62c58c7d0831d668600370aa2 (patch) | |
| tree | 9f4bdffefbfa4d905f67fe3599c693e4305c6713 /build.sbt | |
| parent | b700928e44b2031c7546db373f9ce70ad690b463 (diff) | |
Update os-lib to 0.8.1 (#2478)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.8.0" + "com.lihaoyi" %% "os-lib" % "0.8.1" ), // macros for the data-class library libraryDependencies ++= { |
