Skip to content

Commit

Permalink
Update os-lib to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 30, 2024
1 parent 66f4add commit 6acabe6
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.2"
//> using lib "com.lihaoyi::os-lib:0.10.3"

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.2"
//> using lib "com.lihaoyi::os-lib:0.10.3"
//> 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 6acabe6

Please sign in to comment.