Skip to content

Commit 856eed4

Browse files
Update os-lib to 0.9.0 (#1653)
1 parent 5bb0044 commit 856eed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ object Deps {
137137
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
138138
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
139139
def organizeImports = ivy"com.github.liancheng::organize-imports:0.6.0"
140-
def osLib = ivy"com.lihaoyi::os-lib:0.8.1"
140+
def osLib = ivy"com.lihaoyi::os-lib:0.9.0"
141141
def pprint = ivy"com.lihaoyi::pprint:0.8.1"
142142
def pythonInterface = ivy"io.github.alexarchambault.python:interface:0.1.0"
143143
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"

0 commit comments

Comments
 (0)