Skip to content

Commit

Permalink
Merge pull request #2384 from scalacenter/update/os-lib-0.10.3
Browse files Browse the repository at this point in the history
build(deps): Update os-lib from 0.10.2 to 0.10.3
  • Loading branch information
tgodzik authored Jul 21, 2024
2 parents d34bb81 + 3556625 commit 4e6da1e
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.0"
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.2"
val oslib = "com.lihaoyi" %% "os-lib" % "0.10.3"
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 4e6da1e

Please sign in to comment.