Skip to content

Commit

Permalink
Merge pull request #13 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
tgodzik authored Nov 8, 2023
2 parents ed79061 + e4ff650 commit 9c36e57
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.12"
//> using lib "io.github.alexarchambault.mill::mill-native-image-upload:0.1.21"
//> using lib "com.lihaoyi::os-lib:0.9.1"
//> using lib "com.lihaoyi::os-lib:0.9.2"

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-M26"
//> using lib "com.lihaoyi::os-lib:0.9.1"
//> using lib "com.lihaoyi::os-lib:0.9.2"
//> using lib "com.lihaoyi::pprint:0.8.1"
//> using lib "io.get-coursier::coursier:2.1.7"
//> using lib "io.get-coursier::dependency:0.2.3"
Expand Down

0 comments on commit 9c36e57

Please sign in to comment.