Skip to content

Commit

Permalink
Merge pull request #2430 from scalacenter/update/os-lib-0.10.7
Browse files Browse the repository at this point in the history
build(deps): Update os-lib from 0.10.6 to 0.10.7
  • Loading branch information
tgodzik authored Sep 12, 2024
2 parents 0a1281d + af7389c commit ac798a8
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 @@ -78,7 +78,7 @@ object Dependencies {
def munit = "org.scalameta" %% "munit" % "1.0.1"
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.16.0"
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
val oslib = "com.lihaoyi" %% "os-lib" % "0.10.6"
val oslib = "com.lihaoyi" %% "os-lib" % "0.10.7"
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 ac798a8

Please sign in to comment.