Skip to content

Commit

Permalink
Merge pull request #37 from scala-steward/update/os-lib-0.10.5
Browse files Browse the repository at this point in the history
Update os-lib to 0.10.5
  • Loading branch information
tgodzik authored Sep 2, 2024
2 parents 1a453d0 + 8bf18e0 commit 2220c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Upload.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//> using scala "2.13.14"
//> using lib "io.github.alexarchambault.mill::mill-native-image-upload:0.1.26"
//> using lib "com.lihaoyi::os-lib:0.10.4"
//> using lib "com.lihaoyi::os-lib:0.10.5"

object Upload {
private def create(scalaVersion: String, sparkVersion: String, sourceUrl: String, dest: os.Path): Unit =
Expand Down
2 changes: 1 addition & 1 deletion src/Convert.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using lib "com.github.alexarchambault::case-app:2.1.0-M29"
//> using lib "com.lihaoyi::os-lib:0.10.4"
//> using lib "com.lihaoyi::os-lib:0.10.5"
//> using lib "com.lihaoyi::pprint:0.9.0"
//> using lib "io.get-coursier::coursier:2.1.10"
//> using lib "io.get-coursier::dependency:0.2.3"
Expand Down

0 comments on commit 2220c3c

Please sign in to comment.