Skip to content
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

Update Scala toolkit to 0.5.0 #3076

Merged
merged 1 commit into from
Aug 7, 2024
Merged
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
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ object Deps {
def svm = ivy"org.graalvm.nativeimage:svm:$graalVmVersion"
def swoval = ivy"com.swoval:file-tree-views:2.1.12"
def testInterface = ivy"org.scala-sbt:test-interface:1.0"
val toolkitVersion = "0.4.0"
val toolkitVersion = "0.5.0"
Gedochao marked this conversation as resolved.
Show resolved Hide resolved
val toolkitVersionForNative04 = "0.3.0"
val toolkitVersionForNative05 = toolkitVersion
def toolkit = ivy"org.scala-lang:toolkit:$toolkitVersion"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ Copy compilation results to output directory using either relative or absolute p

Aliases: `--toolkit`

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

### `--exclude`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Set the test framework

### Toolkit

Use a toolkit as dependency (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Use a toolkit as dependency (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

`//> using toolkit` _version_

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/scala-command/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ Aliases: `--toolkit`

`IMPLEMENTATION specific` per Scala Runner specification

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

### `--exclude`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/scala-command/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Set the test framework

### Toolkit

Use a toolkit as dependency (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Use a toolkit as dependency (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

`//> using toolkit` _version_

Expand Down
18 changes: 9 additions & 9 deletions website/docs/reference/scala-command/runner-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Aliases: `--help-fmt` ,`--scalafmt-help` ,`--fmt-help`

**--with-toolkit**

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

Aliases: `--toolkit`

Expand Down Expand Up @@ -1383,7 +1383,7 @@ Aliases: `--help-fmt` ,`--scalafmt-help` ,`--fmt-help`

**--with-toolkit**

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

Aliases: `--toolkit`

Expand Down Expand Up @@ -1974,7 +1974,7 @@ Aliases: `--help-fmt` ,`--scalafmt-help` ,`--fmt-help`

**--with-toolkit**

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

Aliases: `--toolkit`

Expand Down Expand Up @@ -2589,7 +2589,7 @@ Aliases: `--help-fmt` ,`--scalafmt-help` ,`--fmt-help`

**--with-toolkit**

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

Aliases: `--toolkit`

Expand Down Expand Up @@ -3213,7 +3213,7 @@ Aliases: `--help-fmt` ,`--scalafmt-help` ,`--fmt-help`

**--with-toolkit**

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

Aliases: `--toolkit`

Expand Down Expand Up @@ -3795,7 +3795,7 @@ Aliases: `--help-fmt` ,`--scalafmt-help` ,`--fmt-help`

**--with-toolkit**

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

Aliases: `--toolkit`

Expand Down Expand Up @@ -4452,7 +4452,7 @@ Aliases: `--help-fmt` ,`--scalafmt-help` ,`--fmt-help`

**--with-toolkit**

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

Aliases: `--toolkit`

Expand Down Expand Up @@ -5116,7 +5116,7 @@ Aliases: `--help-fmt` ,`--scalafmt-help` ,`--fmt-help`

**--with-toolkit**

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

Aliases: `--toolkit`

Expand Down Expand Up @@ -6045,7 +6045,7 @@ Aliases: `--help-fmt` ,`--scalafmt-help` ,`--fmt-help`

**--with-toolkit**

Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.4.0, 'default' version for typelevel toolkit: 0.1.23
Add toolkit to classPath (not supported in Scala 2.12), 'default' version for Scala toolkit: 0.5.0, 'default' version for typelevel toolkit: 0.1.23

Aliases: `--toolkit`

Expand Down
Loading