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 4d78aad commit 303069f
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.7"
}
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.4-13-1ebd00a6"
Expand Down

0 comments on commit 303069f

Please sign in to comment.