Skip to content

Commit

Permalink
Update scala-packager-cli_2.13, ... to 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski committed Aug 17, 2022
1 parent 1a290fb commit 0d26f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/cli/src/main/scala/scala/cli/commands/Package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,8 @@ object Package extends ScalaCommand[PackageOptions] {
registry = packageOptions.dockerOptions.imageRegistry,
repository = repository,
tag = Some(tag),
exec = exec
exec = exec,
dockerExecutable = None
)

val appPath = os.temp.dir(prefix = "scala-cli-docker") / "app"
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ object Deps {
def jsoniterScala = "2.15.0"
def scalaMeta = "4.5.12"
def scalaNative = "0.4.5"
def scalaPackager = "0.1.26"
def scalaPackager = "0.1.27"
def signingCli = "0.1.8"
}
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.4-14-dc4c47bc"
Expand Down

0 comments on commit 0d26f90

Please sign in to comment.