-
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.
Small corrections for gcp cloudrun example (#405)
* small corrections for gcp cloudrun example * fix stupid scala-cli & bloop behaviour
- Loading branch information
Showing
7 changed files
with
17 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
version = "3.7.15" | ||
runner.dialect = scala3 |
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,7 +1,8 @@ | ||
//> using scala 3.3.1 | ||
//> using options -java-output-version:17 -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
//> using jvm "graalvm-java21:21.0.2" | ||
|
||
//> using dep com.softwaremill.sttp.tapir::tapir-jdkhttp-server:1.9.9 | ||
//> using dep com.softwaremill.sttp.tapir::tapir-jdkhttp-server:1.9.10 | ||
|
||
//> using publish.organization org.virtuslab.besom.example | ||
//> using publish.name app | ||
//> using publish.name 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,9 +1,10 @@ | ||
//> using scala "3.3.1" | ||
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement | ||
///> using plugin "org.virtuslab::besom-compiler-plugin:0.3.2" | ||
|
||
//> using dep "org.virtuslab::besom-core:0.4.0-SNAPSHOT" | ||
//> using dep "org.virtuslab::besom-gcp:7.26.0-core.0.3" | ||
//> using dep "org.virtuslab::besom-docker:4.5.4-core.0.3" | ||
|
||
|
||
//> using exclude "app/*" | ||
//> using repository sonatype:snapshots |