Skip to content

Commit

Permalink
release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed Jun 11, 2024
1 parent d970cef commit de2b001
Show file tree
Hide file tree
Showing 57 changed files with 113 additions and 135 deletions.
3 changes: 2 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ test-all: test-json test-sdk test-auto test-codegen test-scripts test-integratio
publish-local-all: publish-local-json publish-local-sdk publish-local-auto publish-local-codegen publish-local-scripts install-language-plugin

# Publishes everything to Maven
publish-maven-all: publish-maven-json publish-maven-sdk publish-maven-auto publish-maven-codegen publish-maven-scripts
# TODO add publish-maven-auto once stable
publish-maven-all: publish-maven-json publish-maven-sdk publish-maven-codegen publish-maven-scripts

# Runs all necessary checks before committing
before-commit: compile-all test-all
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using the Scala programming language. Scala support is currently in **Public Bet

* **[Besom Docs](https://virtuslab.github.io/besom/)**: Learn about Besom concepts, follow user-guides, and consult the reference documentation.

* **[Examples](https://github.com/VirtusLab/besom/tree/v0.3.1/examples)**: Browse Scala examples across many clouds and scenarios including containers, serverless,
* **[Examples](https://github.com/VirtusLab/besom/tree/v0.3.2/examples)**: Browse Scala examples across many clouds and scenarios including containers, serverless,
and infrastructure.

## <a name="getting-started"></a>Getting Started
Expand Down Expand Up @@ -44,7 +44,7 @@ using the Scala programming language. Scala support is currently in **Public Bet
To install the latest Scala Language Plugin release, run the following:

```bash
pulumi plugin install language scala 0.3.1 --server github://api.github.com/VirtusLab/besom
pulumi plugin install language scala 0.3.2 --server github://api.github.com/VirtusLab/besom
```

4. **Create a new project**:
Expand All @@ -58,7 +58,7 @@ using the Scala programming language. Scala support is currently in **Public Bet
mkdir besom-demo && cd besom-demo
```
```bash
pulumi new https://github.com/VirtusLab/besom/tree/v0.3.1/templates/aws
pulumi new https://github.com/VirtusLab/besom/tree/v0.3.2/templates/aws
```

5. **Deploy to the Cloud**:
Expand Down Expand Up @@ -94,7 +94,7 @@ using the Scala programming language. Scala support is currently in **Public Bet
To learn more, head over to
[virtuslab.github.io/besom](https://virtuslab.github.io/besom/) for much more information, including
[tutorial](https://virtuslab.github.io/besom/docs/tutorial),
[examples](https://github.com/VirtusLab/besom/tree/v0.3.1/examples),
[examples](https://github.com/VirtusLab/besom/tree/v0.3.2/examples),
and [architecture and programming model concepts](https://virtuslab.github.io/besom/docs/architecture).
## Explaining the project structure
Expand All @@ -109,8 +109,8 @@ Resources created in `Pulumi.run { ... }` block will be created by Pulumi.
A simple example using Scala CLI:
```scala
//> using scala "3.3.1"
//> using plugin "org.virtuslab::besom-compiler-plugin:0.3.1"
//> using dep "org.virtuslab::besom-core:0.3.1"
//> using plugin "org.virtuslab::besom-compiler-plugin:0.3.2"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-aws:6.31.0-core.0.3"
import besom.*
Expand Down
6 changes: 3 additions & 3 deletions auto/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//> using options -java-output-version:11
//> using options -deprecation -feature -Werror -Wunused:all

//> using dep org.virtuslab::besom-json:0.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-core:0.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-json:0.3.2
//> using dep org.virtuslab::besom-core:0.3.2
//> using dep org.virtuslab::scala-yaml:0.0.8
//> using dep com.lihaoyi::os-lib:0.10.0
//> using dep com.lihaoyi::os-lib-watch:0.10.0
Expand All @@ -22,4 +22,4 @@
//> using publish.repository "central"
//> using publish.developer "lbialy|Łukasz Biały|https://github.com/lbialy"
//> using publish.developer "pawelprazak|Paweł Prażak|https://github.com/pawelprazak"
//> using repository sonatype:snapshots
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions besom-cats/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//> using options "-java-output-version:11", "-Ykind-projector:underscores"
//> using options "-deprecation", "-feature"

//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.typelevel::cats-effect:3.3.14"
//> using test.dep "org.scalameta::munit:1.0.0-M10"

Expand All @@ -15,4 +15,3 @@
//> using publish.developer "lbialy|Łukasz Biały|https://github.com/lbialy"
//> using publish.developer "prolativ|Michał Pałka|https://github.com/prolativ"
//> using publish.developer "KacperFKorban|Kacper Korban|https://github.com/KacperFKorban"
//> using repository sonatype:snapshots
3 changes: 2 additions & 1 deletion besom-cfg/k8s/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//> using dep com.lihaoyi::os-lib::0.9.3
//> using dep org.virtuslab::besom-cfg:0.2.0-SNAPSHOT
//> using dep org.virtuslab::besom-kubernetes::4.10.0-core.0.3
//> using dep org.virtuslab::besom-kubernetes:4.13.1-core.0.3
//> using dep com.lihaoyi::fansi::0.5.0
//> using dep com.lihaoyi::fastparse:3.1.0

Expand All @@ -21,3 +21,4 @@
//> using publish.developer "prolativ|Michał Pałka|https://github.com/prolativ"
//> using publish.developer "KacperFKorban|Kacper Korban|https://github.com/KacperFKorban"
//> using publish.developer "pawelprazak|Paweł Prażak|https://github.com/pawelprazak"
//> using repository sonatype:snapshots
5 changes: 3 additions & 2 deletions besom-cfg/lib/project.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//> using scala 3.3.3

//> using dep org.virtuslab::besom-core::0.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-json::0.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-core:0.3.2
//> using dep org.virtuslab::besom-json:0.3.2
//> using dep io.github.classgraph:classgraph:4.8.172

//> using test.dep org.scalameta::munit::1.0.0-M11
Expand All @@ -16,3 +16,4 @@
//> using publish.developer "prolativ|Michał Pałka|https://github.com/prolativ"
//> using publish.developer "KacperFKorban|Kacper Korban|https://github.com/KacperFKorban"
//> using publish.developer "pawelprazak|Paweł Prażak|https://github.com/pawelprazak"
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions besom-zio/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//> using options "-java-output-version:11", "-Ykind-projector:underscores"
//> using options "-deprecation", "-feature"

//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "dev.zio::zio:2.0.17"
//> using test.dep "org.scalameta::munit:1.0.0-M10"

Expand All @@ -15,4 +15,3 @@
//> using publish.developer "lbialy|Łukasz Biały|https://github.com/lbialy"
//> using publish.developer "prolativ|Michał Pałka|https://github.com/prolativ"
//> using publish.developer "KacperFKorban|Kacper Korban|https://github.com/KacperFKorban"
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions core/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//> using options "-Werror", "-Wunused:all", "-deprecation", "-feature", "-Wconf:cat=deprecation:i"
// -language:noAutoTupling // after https://github.com/VirtusLab/scala-cli/issues/2708

//> using dep "org.virtuslab::besom-json:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-json:0.3.2"
//> using dep "com.google.protobuf:protobuf-java-util:3.25.1"
//> using dep "io.grpc:grpc-netty:1.64.0"
//> using dep "io.netty:netty-transport-native-kqueue:4.1.100.Final"
Expand All @@ -27,4 +27,3 @@
//> using publish.developer "prolativ|Michał Pałka|https://github.com/prolativ"
//> using publish.developer "KacperFKorban|Kacper Korban|https://github.com/KacperFKorban"
//> using publish.developer "pawelprazak|Paweł Prażak|https://github.com/pawelprazak"
//> using repository sonatype:snapshots
2 changes: 1 addition & 1 deletion examples/aws-apigatewayv2-eventbridge/project.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala 3.3.1
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep org.virtuslab::besom-core:0.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-core:0.3.2
//> using dep org.virtuslab::besom-aws:6.39.0-core.0.3
3 changes: 1 addition & 2 deletions examples/aws-eks/project.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement

//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-awsx:2.11.0-core.0.3"
//> using dep "org.virtuslab::besom-eks:2.6.0-core.0.3"

//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/aws-s3-folder/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-aws:6.39.0-core.0.3"

//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/aws-secrets-manager/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-aws:6.39.0-core.0.3"

//> using repository sonatype:snapshots
5 changes: 2 additions & 3 deletions examples/aws-webserver/project.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//> using scala 3.3.1
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using plugin org.virtuslab::besom-compiler-plugin:0.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-core:0.3.2-SNAPSHOT
//> using plugin org.virtuslab::besom-compiler-plugin:0.3.2
//> using dep org.virtuslab::besom-core:0.3.2
//> using dep org.virtuslab::besom-aws:6.39.0-core.0.3
//> using dep org.virtuslab::besom-tls:5.0.3-core.0.3

//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/aws-wordpress-fargate-rds/project.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//> using scala 3.3.1
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep org.virtuslab::besom-core:0.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-core:0.3.2
//> using dep org.virtuslab::besom-aws:6.39.0-core.0.3
//> using dep org.virtuslab::besom-awsx:2.11.0-core.0.3
//> using dep org.virtuslab::besom-random:4.16.2-core.0.3
//> using repository sonatype:snapshots
6 changes: 2 additions & 4 deletions examples/azure-aks-managed-identity/project.scala
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using plugin "org.virtuslab::besom-compiler-plugin:0.3.2-SNAPSHOT"
//> using plugin "org.virtuslab::besom-compiler-plugin:0.3.2"

//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-azure-native:2.44.1-core.0.3"
//> using dep "org.virtuslab::besom-tls:5.0.3-core.0.3"

//> using repository sonatype:snapshots
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/azure-static-website/project.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-azure-native:2.44.1-core.0.3"
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/azure-webserver/project.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-azure-native:2.44.1-core.0.3"
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/docker-multi-container-app/infra/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-docker:4.5.4-core.0.3"

//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/gcp-cloudrun/infra/project.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> 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
3 changes: 1 addition & 2 deletions examples/gcp-gke/project.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-gcp:7.26.0-core.0.3"
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/gcp-static-page/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-gcp:7.26.0-core.0.3"

//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/gcp-webserver/project.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-gcp:7.26.0-core.0.3"
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/kubernetes-guestbook/components/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-kubernetes:4.13.1-core.0.3"
//> using exclude "simple/*"
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/kubernetes-guestbook/simple/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-kubernetes:4.13.1-core.0.3"
//> using exclude "components/*"
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/kubernetes-helm-release-wordpress/project.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-kubernetes:4.13.1-core.0.3"
//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions examples/kubernetes-nginx/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-kubernetes:4.13.1-core.0.3"

//> using repository sonatype:snapshots
2 changes: 1 addition & 1 deletion examples/kubernetes-yaml-crd/project.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-kubernetes:4.13.1-core.0.3"
3 changes: 1 addition & 2 deletions examples/kubernetes-yaml/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-kubernetes:4.13.1-core.0.3"

//> using repository sonatype:snapshots
3 changes: 1 addition & 2 deletions experimental/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> using scala "3.3.1"
//> using dep "org.virtuslab::besom-core:0.3.2-SNAPSHOT"
//> using dep "org.virtuslab::besom-core:0.3.2"
//> using dep "org.virtuslab::besom-kubernetes:4.13.1-core.0.3"
//> using dep "io.github.iltotore::iron:2.5.0"

//> using repository sonatype:snapshots
5 changes: 2 additions & 3 deletions integration-tests/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

//> using exclude "*/resources/*"

//> using dep org.virtuslab::besom-codegen:0.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-scripts:0.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-codegen:0.3.2
//> using dep org.virtuslab::besom-scripts:0.3.2
//> using dep org.scalameta::munit::1.0.0-M10

//> using repository sonatype:snapshots
9 changes: 4 additions & 5 deletions integration-tests/resources/cats-purrl-example/project.scala
Original file line number Diff line number Diff line change
@@ -1,8 +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.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-core:0.3.2-SNAPSHOT
//> using plugin org.virtuslab::besom-compiler-plugin:0.3.2
//> using dep org.virtuslab::besom-core:0.3.2

//> using dep org.virtuslab::besom-cats:0.3.2-SNAPSHOT
//> using dep "org.virtuslab::besom-purrl:0.5.0-core.0.3-SNAPSHOT"
//> using repository sonatype:snapshots
//> using dep org.virtuslab::besom-cats:0.3.2
//> using dep "org.virtuslab::besom-purrl:0.5.0-core.0.3"
5 changes: 2 additions & 3 deletions integration-tests/resources/compiler-plugin/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> 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.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-core:0.3.2-SNAPSHOT
//> using plugin org.virtuslab::besom-compiler-plugin:0.3.2
//> using dep org.virtuslab::besom-core:0.3.2

//> using repository sonatype:snapshots
5 changes: 2 additions & 3 deletions integration-tests/resources/config-example/project.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//> 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.3.2-SNAPSHOT
//> using dep org.virtuslab::besom-core:0.3.2-SNAPSHOT
//> using plugin org.virtuslab::besom-compiler-plugin:0.3.2
//> using dep org.virtuslab::besom-core:0.3.2

//> using repository sonatype:snapshots
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation("org.scala-lang:scala3-library_3:3.3.1")
implementation("org.virtuslab:besom-core_3:0.3.1")
implementation("org.virtuslab:besom-core_3:0.3.2")
implementation("org.virtuslab:besom-fake-standard-resource_3:1.2.3-TEST")
implementation("org.virtuslab:besom-fake-external-resource_3:2.3.4-TEST")
if (project.hasProperty("besomBootstrapJar")) runtimeOnly(files(project.property("besomBootstrapJar") as String))
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/resources/executors/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>besom-bootstrap_3</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
<scope>system</scope>
<systemPath>${besomBootstrapJar}</systemPath>
</dependency>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.1</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.virtuslab</groupId>
<artifactId>besom-core_3</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>org.virtuslab</groupId>
Expand Down
Loading

0 comments on commit de2b001

Please sign in to comment.