Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukaamarasinghe817 committed May 9, 2024
2 parents a3bfb6d + 016076b commit 6fc145a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "crypto-native"
version = "2.7.0"
path = "../native/build/libs/crypto-native-2.7.0-SNAPSHOT.jar"
path = "../native/build/libs/crypto-native-2.7.0.jar"

[[platform.java17.dependency]]
groupId = "org.bouncycastle"
Expand Down
2 changes: 1 addition & 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.9.0-20240502-141200-0a49fa42"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.7.0-SNAPSHOT
version=2.7.1-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
bouncycastleVersion=1.78
githubSpotbugsVersion=5.0.14
Expand All @@ -10,5 +10,5 @@ researchgateReleaseVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1
nativeImageVersion=22.2.0

ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
ballerinaLangVersion=2201.9.0
stdlibTimeVersion=2.4.0

0 comments on commit 6fc145a

Please sign in to comment.