Skip to content

Commit

Permalink
Merge pull request #2514 from scala-steward/update/os-lib-0.9.2
Browse files Browse the repository at this point in the history
Update os-lib to 0.9.2
  • Loading branch information
Gedochao authored Nov 8, 2023
2 parents f8f2579 + 4c42f21 commit cc113b0
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 @@ -1893,7 +1893,7 @@ abstract class RunTestDefinitions(val scalaVersionOpt: Option[String])
case _ => "3"
}

val dep = s"com.lihaoyi:os-lib_$depScalaVersion:0.9.1"
val dep = s"com.lihaoyi:os-lib_$depScalaVersion:0.9.2"
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 @@ -142,7 +142,7 @@ object Deps {
def munit = ivy"org.scalameta::munit:0.7.29"
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.9.1"
def osLib = ivy"com.lihaoyi::os-lib:0.9.2"
def pprint = ivy"com.lihaoyi::pprint:0.8.1"
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 cc113b0

Please sign in to comment.