Skip to content

Commit

Permalink
Merge pull request #2610 from scalacenter/update/os-lib-0.11.4
Browse files Browse the repository at this point in the history
build(deps): Update os-lib from 0.11.3 to 0.11.4
  • Loading branch information
tgodzik authored Feb 16, 2025
2 parents dfb4afd + 2350d2f commit 590389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object Dependencies {
def munit = "org.scalameta" %% "munit" % "1.1.0"
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.0"
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
val oslib = "com.lihaoyi" %% "os-lib" % "0.11.3"
val oslib = "com.lihaoyi" %% "os-lib" % "0.11.4"
val junit = "com.github.sbt" % "junit-interface" % junitVersion
val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion
val difflib = "com.googlecode.java-diff-utils" % "diffutils" % difflibVersion
Expand Down

0 comments on commit 590389e

Please sign in to comment.