Skip to content

Commit

Permalink
Pack tcp module
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanWeerasinghe committed Feb 27, 2025
1 parent 04c5cae commit e8ae7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ subprojects {
ballerinaStdLibs "io.ballerina.stdlib:grpc-ballerina:${stdlibGrpcVersion}"
ballerinaStdLibs "io.ballerina:observe-ballerina:${observeInternalVersion}"
ballerinaStdLibs "io.ballerina.stdlib:observe-ballerina:${observeVersion}"
ballerinaStdLibs "io.ballerina.stdlib:tcp-ballerina:${stdlibTcpVersion}"

/* Ballerina Persist Tool */
ballerinaStdLibs "io.ballerina:persist-tools:${persistToolVersion}"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stdlibCryptoVersion=2.8.0
stdlibLogVersion=2.11.0
stdlibOsVersion=1.9.0
stdlibRandomVersion=1.6.0
stdlibTcpVersion=1.12.1

# Stdlib Level 03
stdlibUuidVersion=1.9.0
Expand Down

0 comments on commit e8ae7d9

Please sign in to comment.