Skip to content

Commit

Permalink
Update os-lib to 0.7.8 (#1345)
Browse files Browse the repository at this point in the history
This update hopefully fixes binary incompatibilities for external mill plugins.

Pull request: #1345
  • Loading branch information
lefou committed May 27, 2021
1 parent 9ec6f16 commit 0669643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ object Deps {

val junitInterface = ivy"com.github.sbt:junit-interface:0.13.2"
val lambdaTest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.7.0"
val osLib = ivy"com.lihaoyi::os-lib:0.7.7"
val osLib = ivy"com.lihaoyi::os-lib:0.7.8"
val testng = ivy"org.testng:testng:7.4.0"
val sbtTestInterface = ivy"org.scala-sbt:test-interface:1.0"
val scalaCheck = ivy"org.scalacheck::scalacheck:1.15.4"
Expand Down

0 comments on commit 0669643

Please sign in to comment.