Skip to content

Commit

Permalink
Merge pull request #271 from kaneeldias/cp-val
Browse files Browse the repository at this point in the history
Update SQL dependency version to enable compiler validation for time module constructs
  • Loading branch information
niveathika authored May 12, 2022
2 parents 7c295de + 2593e47 commit b0f1d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ distribution = "2201.0.1"
path = "../native/build/libs/mssql-native-1.4.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
path = "./lib/sql-native-1.4.0-20220510-120200-dbad37d.jar"
path = "./lib/sql-native-1.4.0-20220512-122900-5e90b1c.jar"

[[platform.java11.dependency]]
path = "./lib/mssql-jdbc-9.2.0.jre11.jar"
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- [Improve API documentation to reflect query usages](https://github.com/ballerina-platform/ballerina-standard-library/issues/2524)
- [Fixed compiler plugin validation for `time` module constructs](https://github.com/ballerina-platform/ballerina-standard-library/issues/2893)

## [1.3.0] - 2022-01-29

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ballerinaGradlePluginVersion=0.14.1

ballerinaLangVersion=2201.0.1

stdlibSqlVersion=1.4.0-20220510-120200-dbad37d
stdlibSqlVersion=1.4.0-20220512-122900-5e90b1c

stdlibIoVersion=1.2.1
stdlibRegexVersion=1.2.1
Expand Down

0 comments on commit b0f1d9d

Please sign in to comment.