Skip to content

Commit

Permalink
Update os-lib to 0.10.3 (#3061)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 2, 2024
1 parent 16b7231 commit 9b7c468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ abstract class RunTestDefinitions
case _ => "3"
}

val dep = s"com.lihaoyi:os-lib_$depScalaVersion:0.10.2"
val dep = s"com.lihaoyi:os-lib_$depScalaVersion:0.10.3"
val inputs = TestInputs(
os.rel / "NoDeps.scala" ->
"""//> using jvm zulu:11
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ object Deps {
def munit = ivy"org.scalameta::munit:1.0.0"
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
def osLib = ivy"com.lihaoyi::os-lib:0.10.2"
def osLib = ivy"com.lihaoyi::os-lib:0.10.3"
def pprint = ivy"com.lihaoyi::pprint:0.9.0"
def pythonInterface = ivy"io.github.alexarchambault.python:interface:0.1.0"
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"
Expand Down

0 comments on commit 9b7c468

Please sign in to comment.