Skip to content

Commit

Permalink
Merge pull request #1271 from Bhashinee/Bhashinee-patch-1
Browse files Browse the repository at this point in the history
Downgrade the lang and observe versions
  • Loading branch information
dilanSachi committed Apr 9, 2024
2 parents e86c199 + a1c7adf commit dccfca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
29 changes: 1 addition & 28 deletions 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-20240403-114600-ceb51559"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -40,26 +40,6 @@ modules = [
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.__internal"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{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 All @@ -69,12 +49,6 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.object"
version = "0.0.0"
scope = "testOnly"

[[package]]
org = "ballerina"
name = "lang.runtime"
Expand Down Expand Up @@ -118,7 +92,6 @@ 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
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.10.0-SNAPSHOT
ballerinaLangVersion=2201.9.0-20240403-114600-ceb51559
ballerinaLangVersion=2201.8.0
puppycrawlCheckstyleVersion=10.12.0
githubJohnrengelmanShadowVersion=8.1.1
checkstyleToolVersion=10.12.0
Expand All @@ -22,5 +22,5 @@ stdlibIoVersion=1.6.0
stdlibLogVersion=2.9.0
stdlibCryptoVersion=2.7.0-20240328-114200-c8cc19f
stdlibTimeVersion=2.4.0
observeVersion=1.2.3-20240403-143400-5f0247b
observeInternalVersion=1.2.2-20240403-152100-98fc6e9
observeVersion=1.2.0
observeInternalVersion=1.2.0

0 comments on commit dccfca0

Please sign in to comment.