-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Update besom scripts * Update version to 0.2.1-SNAPSHOT * Update providers to latest
- Loading branch information
1 parent
45c745d
commit d841e63
Showing
35 changed files
with
285 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala "3.3.1" | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.0" | ||
//> using dep "org.virtuslab::besom-core:0.2.0" | ||
//> using dep "org.virtuslab::besom-eks:2.2.1-core.0.2" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-core:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-eks:2.2.1-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala "3.3.1" | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.0" | ||
//> using dep "org.virtuslab::besom-core:0.2.0" | ||
//> using dep "org.virtuslab::besom-aws:6.20.1-core.0.2" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-core:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-aws:6.20.1-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala "3.3.1" | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.0" | ||
//> using dep "org.virtuslab::besom-core:0.2.0" | ||
//> using dep "org.virtuslab::besom-aws:6.20.1-core.0.2" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-core:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-aws:6.20.1-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
//> using scala 3.3.1 | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using dep org.virtuslab::besom-aws:6.20.1-core.0.2 | ||
//> using dep org.virtuslab::besom-tls:5.0.0-core.0.2 | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-aws:6.20.1-core.0.2-SNAPSHOT | ||
//> using dep org.virtuslab::besom-tls:5.0.0-core.0.2-SNAPSHOT | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala "3.3.1" | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.0" | ||
//> using dep "org.virtuslab::besom-core:0.2.0" | ||
//> using dep "org.virtuslab::besom-docker:4.5.1-core.0.2" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-core:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-docker:4.5.1-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
//> using scala "3.3.1" | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.0" | ||
//> using dep "org.virtuslab::besom-core:0.2.0" | ||
//> using dep "org.virtuslab::besom-gcp:7.7.1-core.0.2" | ||
//> using dep "org.virtuslab::besom-docker:4.5.1-core.0.2" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-core:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-gcp:7.8.0-core.0.2-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-docker:4.5.1-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots | ||
|
||
//> using exclude "app/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala "3.3.1" | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.0" | ||
//> using dep "org.virtuslab::besom-core:0.2.0" | ||
//> using dep "org.virtuslab::besom-gcp:7.7.1-core.0.2" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-core:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-gcp:7.8.0-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala "3.3.1" | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.0" | ||
//> using dep "org.virtuslab::besom-core:0.2.0" | ||
//> using dep "org.virtuslab::besom-kubernetes:4.7.1-core.0.2" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-core:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-kubernetes:4.7.1-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala "3.3.0" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.0" | ||
//> using dep "org.virtuslab::besom-core:0.2.0" | ||
//> using dep "org.virtuslab::besom-kubernetes:4.7.1-core.0.2" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-core:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-kubernetes:4.7.1-core.0.2-SNAPSHOT" | ||
//> using dep "io.github.iltotore::iron:2.4.0" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
integration-tests/resources/cats-purrl-example/project.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using dep org.virtuslab::besom-cats:0.2.0 | ||
//> using dep "org.virtuslab::besom-purrl:0.5.0-core.0.2" | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-cats:0.2.1-SNAPSHOT | ||
//> using dep "org.virtuslab::besom-purrl:0.5.0-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
|
||
//> using repository sonatype:snapshots |
6 changes: 4 additions & 2 deletions
6
integration-tests/resources/executors/scala-cli/project.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.0" | ||
//> using dep "org.virtuslab::besom-core:0.2.0" | ||
//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-core:0.2.1-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-fake-standard-resource:1.2.3-TEST" | ||
//> using dep "org.virtuslab::besom-fake-external-resource:2.3.4-TEST" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using dep "org.virtuslab::besom-random:4.15.1-core.0.2" | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
//> using dep "org.virtuslab::besom-random:4.15.1-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
8 changes: 5 additions & 3 deletions
8
integration-tests/resources/references/source-stack/project.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using dep "org.virtuslab::besom-tls:5.0.0-core.0.2" | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
//> using dep "org.virtuslab::besom-tls:5.0.0-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
6 changes: 4 additions & 2 deletions
6
integration-tests/resources/references/target-stack/project.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using dep "org.virtuslab::besom-tls:5.0.0-core.0.2" | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
//> using dep "org.virtuslab::besom-tls:5.0.0-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.0 | ||
//> using dep org.virtuslab::besom-core:0.2.0 | ||
//> using dep org.virtuslab::besom-zio:0.2.0 | ||
//> using dep "org.virtuslab::besom-tls:5.0.0-core.0.2" | ||
//> using plugin org.virtuslab::besom-compiler-plugin:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-core:0.2.1-SNAPSHOT | ||
//> using dep org.virtuslab::besom-zio:0.2.1-SNAPSHOT | ||
//> using dep "org.virtuslab::besom-tls:5.0.0-core.0.2-SNAPSHOT" | ||
|
||
//> using repository sonatype:snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:11 | ||
|
||
//> using dep org.virtuslab::besom-json:0.2.0 | ||
|
||
//> using dep org.virtuslab::besom-json:0.2.1-SNAPSHOT | ||
//> using dep io.github.classgraph:classgraph:4.8.165 | ||
|
||
//> using repository sonatype:snapshots |
Oops, something went wrong.