We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fcec7 commit cb30427Copy full SHA for cb30427
project/deps.sc
@@ -188,7 +188,7 @@ object Deps {
188
def munit = ivy"org.scalameta::munit:1.0.2"
189
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
190
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
191
- def osLib = ivy"com.lihaoyi::os-lib:0.11.2"
+ def osLib = ivy"com.lihaoyi::os-lib:0.11.3"
192
def pprint = ivy"com.lihaoyi::pprint:0.9.0"
193
def pythonInterface = ivy"io.github.alexarchambault.python:interface:0.1.0"
194
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"
0 commit comments