Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinperera00 committed Nov 20, 2024
1 parent fc222e1 commit 2ba9c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import ballerina/soap.soap12;
import ballerina/crypto;

public function main() returns error? {
crypto:KeyStore keyStore = {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stdlibCacheVersion=3.8.1-20241113-125700-b75a1bf
stdlibFileVersion=1.10.1-20241113-151700-e1a2e38
stdlibFtpVersion=2.11.1-20241113-154100-5317889
stdlibMimeVersion=2.10.2-20241113-154200-d953747
stdlibTcpVersion=1.11.1-20241113-154600-cf61b56
stdlibTcpVersion=1.11.1-20241120-075600-377ceda
stdlibUdpVersion=1.11.1-20241113-154800-7443083
stdlibUuidVersion=1.8.1-20241113-154400-443c67b

Expand Down

0 comments on commit 2ba9c88

Please sign in to comment.