8000 Update test-runner, tools to 0.4.5 by scala-steward · Pull Request #1132 · VirtusLab/scala-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update test-runner, tools to 0.4.5 #1132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ final class ScalaNativeCompatibilityError(
) extends BuildException(
s"""Used Scala Native version $scalaNativeVersion is incompatible with Scala $scalaVersion.
|Please try one of the following combinations:
| Scala Native version >= 0.4.4 for Scala 3.1 (*.sc & *.scala files)
| Scala Native version >= 0.4.5 for Scala 3.1 (*.sc & *.scala files)
| Scala Native version >= 0.4.0 for Scala 2.13 (*.sc & *.scala files)
| Scala Native version >= 0.4.0 for Scala 2.12 (*.scala files)
|Windows is supported since Scala Native 0.4.1.
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Deps {
def coursierCli = "2.1.0-M5-18-gfebf9838c"
def jsoniterScala = "2.13.32"
def scalaMeta = "4.5.9"
def scalaNative = "0.4.4"
def scalaNative = "0.4.5"
def scalaPackager = "0.1.26"
def signingCli = "0.1.6"
}
Expand Down
0