We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb0044 commit 856eed4Copy full SHA for 856eed4
project/deps.sc
@@ -137,7 +137,7 @@ object Deps {
137
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
138
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
139
def organizeImports = ivy"com.github.liancheng::organize-imports:0.6.0"
140
- def osLib = ivy"com.lihaoyi::os-lib:0.8.1"
+ def osLib = ivy"com.lihaoyi::os-lib:0.9.0"
141
def pprint = ivy"com.lihaoyi::pprint:0.8.1"
142
def pythonInterface = ivy"io.github.alexarchambault.python:interface:0.1.0"
143
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"
0 commit comments