diff options
| author | Scala Steward | 2021-05-18 01:01:22 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-17 16:01:22 -0700 |
| commit | 78afe91fbc543e47592ff752ae0f75d2e9f4f9b4 (patch) | |
| tree | 407834a0539980bd39e8fc77ce773deebe013d68 /build.sbt | |
| parent | 302c664bf3bc6de5b197a97990f80c4edaa789b6 (diff) | |
Update os-lib to 0.7.7 (#2231)
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.11", "org.apache.commons" % "commons-text" % "1.8", "io.github.alexarchambault" %% "data-class" % "0.2.5", - "com.lihaoyi" %% "os-lib" % "0.7.6", + "com.lihaoyi" %% "os-lib" % "0.7.7", ), // macros for the data-class library libraryDependencies ++= { |
