diff options
| author | Jiuyang Liu | 2021-06-06 00:43:04 +0800 |
|---|---|---|
| committer | GitHub | 2021-06-06 00:43:04 +0800 |
| commit | e769d0e4861b4c17bd6c97e717e440b479e26120 (patch) | |
| tree | 0b66dc45744592af9f4297ab22cb2ca6893b92d0 /build.sbt | |
| parent | 58c6479f9d26a7ca80f33e5d57ce489ce8c899f8 (diff) | |
| parent | 8053514d051eb1d8a37099144948e9e1a2806115 (diff) | |
Merge branch 'master' into nomorejavaio-fileutils
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.7", + "com.lihaoyi" %% "os-lib" % "0.7.8", ), // macros for the data-class library libraryDependencies ++= { |
