From 0669643ff9bb9ac3f66b2c1e198750d204732e96 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Thu, 27 May 2021 12:46:10 +0200 Subject: [PATCH] Update os-lib to 0.7.8 (#1345) This update hopefully fixes binary incompatibilities for external mill plugins. Pull request: https://github.com/com-lihaoyi/mill/pull/1345 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 5e0de750d28..69e1a5907b2 100755 --- a/build.sc +++ b/build.sc @@ -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"