Skip to content

Commit

Permalink
Prevent java template from using 6.0 alpha versions (#624)
Browse files Browse the repository at this point in the history
* Prevent java template from using 6.0 alpha versions

* Set 5.9 as max version

* lower go version in scaleway

* Correct version to 5.99
  • Loading branch information
mnlumi authored Aug 3, 2023
1 parent 69ae42c commit 68a1c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>aws</artifactId>
<version>(,6.0.0]</version>
<version>(,5.99]</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 68a1c1b

Please sign in to comment.