Skip to content

Commit

Permalink
Merge branch 'main' into update/mill-native-image-upload-0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik authored Nov 9, 2023
2 parents 755d469 + 9c36e57 commit 2a06dd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.26"
//> using lib "com.lihaoyi::os-lib:0.9.1"
//> using lib "io.github.alexarchambault.mill::mill-native-image-upload:0.1.26"v
//> 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
6 changes: 3 additions & 3 deletions src/Convert.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//> using lib "com.github.alexarchambault::case-app:2.1.0-M14"
//> using lib "com.lihaoyi::os-lib:0.9.1"
//> using lib "com.github.alexarchambault::case-app:2.1.0-M26"
//> 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.0-M5-24-g678b31710"
//> using lib "io.get-coursier::coursier:2.1.7"
//> using lib "io.get-coursier::dependency:0.2.3"
//> using lib "org.apache.commons:commons-compress:1.24.0"
//> using scala "2.13.8"
Expand Down
2 changes: 1 addition & 1 deletion src/test/ConvertTests.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using lib "com.lihaoyi::utest::0.8.1"
//> using lib "com.lihaoyi::utest::0.8.2"

import utest._

Expand Down

0 comments on commit 2a06dd3

Please sign in to comment.