Skip to content

Commit

Permalink
Merge pull request #445 from daneshk/main
Browse files Browse the repository at this point in the history
Update lang and dependencies for update 09
  • Loading branch information
dilanSachi authored Apr 10, 2024
2 parents 2aaa58d + dc69a25 commit bbe7ac5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["version", "unique"]
repository = "https://github.com/ballerina-platform/module-ballerina-uuid"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.9.0"

[platform.java17]
graalvmCompatible = true
13 changes: 12 additions & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0"
distribution-version = "2201.9.0-20240405-165800-4b163f78"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -36,6 +36,16 @@ dependencies = [
{org = "ballerina", name = "lang.object"}
]

[[package]]
org = "ballerina"
name = "lang.array"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.__internal"}
]

[[package]]
org = "ballerina"
name = "lang.error"
Expand Down Expand Up @@ -70,6 +80,7 @@ version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.array"},
{org = "ballerina", name = "lang.error"}
]
modules = [
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["version", "unique"]
repository = "https://github.com/ballerina-platform/module-ballerina-uuid"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.9.0"

[platform.java17]
graalvmCompatible = true
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ downloadPluginVersion=5.4.0
releasePluginVersion=2.6.0
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0
ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78

#stdlib dependencies
stdlibCryptoVersion=2.7.0-20240328-114200-c8cc19f
stdlibCryptoVersion=2.7.0-20240410-115200-2ae9fd5
stdlibTimeVersion=2.4.0

puppycrawlCheckstyleVersion=10.12.0
Expand Down

0 comments on commit bbe7ac5

Please sign in to comment.