Skip to content

Commit 2459a56

Browse files
scala-stewardGedochao
authored andcommitted
Update os-lib to 0.9.2
1 parent c4a76f1 commit 2459a56

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/build/src/test/scala/scala/build/tests/SourceGeneratorTests.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class SourceGeneratorTests extends munit.FunSuite {
131131
| val sources = Seq("${root / "main.scala"}")
132132
| val scalacOptions = Seq("-Xasync")
133133
| val scalaCompilerPlugins = Seq("org.wartremover:wartremover_3.2.2:3.0.9")
134-
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.1")
134+
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.2")
135135
| val resolvers = Seq("ivy:file:.../scala-cli-tests-extra-repo/local-repo/...", "https://repo1.maven.org/maven2", "ivy:file:.../.ivy2/local/")
136136
| val resourceDirs = Seq("${root / "resources"}")
137137
| val customJarsDecls = Seq("${root / "TEST1.jar"}", "${root / "TEST2.jar"}")
@@ -209,7 +209,7 @@ class SourceGeneratorTests extends munit.FunSuite {
209209
| val sources = Seq("${root / "main.scala"}")
210210
| val scalacOptions = Seq("-Xasync")
211211
| val scalaCompilerPlugins = Seq("org.wartremover:wartremover_3.2.2:3.0.9")
212-
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.1")
212+
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.2")
213213
| val resolvers = Seq("ivy:file:.../scala-cli-tests-extra-repo/local-repo/...", "https://repo1.maven.org/maven2", "ivy:file:.../.ivy2/local/")
214214
| val resourceDirs = Seq("${root / "resources"}")
215215
| val customJarsDecls = Seq("${root / "TEST1.jar"}", "${root / "TEST2.jar"}")
@@ -286,7 +286,7 @@ class SourceGeneratorTests extends munit.FunSuite {
286286
| val sources = Seq("${root / "main.scala"}")
287287
| val scalacOptions = Seq("-Xasync")
288288
| val scalaCompilerPlugins = Seq("org.wartremover:wartremover_3.2.2:3.0.9")
289-
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.1")
289+
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.2")
290290
| val resolvers = Seq("ivy:file:.../scala-cli-tests-extra-repo/local-repo/...", "https://repo1.maven.org/maven2", "ivy:file:.../.ivy2/local/")
291291
| val resourceDirs = Seq("${root / "resources"}")
292292
| val customJarsDecls = Seq("${root / "TEST1.jar"}", "${root / "TEST2.jar"}")
@@ -360,7 +360,7 @@ class SourceGeneratorTests extends munit.FunSuite {
360360
| val sources = Seq("${root / "main.scala"}")
361361
| val scalacOptions = Seq("-Xasync")
362362
| val scalaCompilerPlugins = Seq("org.wartremover:wartremover_2.13.6:3.0.9")
363-
| val dependencies = Seq("com.lihaoyi:os-lib_2.13:0.9.1")
363+
| val dependencies = Seq("com.lihaoyi:os-lib_2.13:0.9.2")
364364
| val resolvers = Seq("ivy:file:.../scala-cli-tests-extra-repo/local-repo/...", "https://repo1.maven.org/maven2", "ivy:file:.../.ivy2/local/")
365365
| val resourceDirs = Seq("${root / "resources"}")
366366
| val customJarsDecls = Seq("${root / "TEST1.jar"}", "${root / "TEST2.jar"}")

modules/integration/src/test/scala/scala/cli/integration/RunTestDefinitions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,7 @@ abstract class RunTestDefinitions(val scalaVersionOpt: Option[String])
18931893
case _ => "3"
18941894
}
18951895

1896-
val dep = s"com.lihaoyi:os-lib_$depScalaVersion:0.9.1"
1896+
val dep = s"com.lihaoyi:os-lib_$depScalaVersion:0.9.2"
18971897
val inputs = TestInputs(
18981898
os.rel / "NoDeps.scala" ->
18991899
"""//> using jvm zulu:11

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ object Deps {
140140
def munit = ivy"org.scalameta::munit:0.7.29"
141141
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
142142
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
143-
def osLib = ivy"com.lihaoyi::os-lib:0.9.1"
143+
def osLib = ivy"com.lihaoyi::os-lib:0.9.2"
144144
def pprint = ivy"com.lihaoyi::pprint:0.8.1"
145145
def pythonInterface = ivy"io.github.alexarchambault.python:interface:0.1.0"
146146
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"

0 commit comments

Comments
 (0)