diff --git a/README.md b/README.md index f871a3c..131c9c8 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ This Package bundles the latest MSSQL driver so that the mssql connector can be > **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK. -2. Download and install [Ballerina SL Beta 2](https://ballerina.io/). +2. Download and install [Ballerina SL Alpha 5](https://ballerina.io/). ## Building the Source -Execute the commands below to build from the source after installing Ballerina Swan Lake Beta 1 version. +Execute the commands below to build from the source after installing Ballerina Swan Lake Alpha 5 version. 1. To build the library: ```shell script diff --git a/client.bal b/client.bal index 9646732..3fd1f38 100644 --- a/client.bal +++ b/client.bal @@ -14,3 +14,5 @@ // specific language governing permissions and limitations // under the License. +import ballerina/jballerina.java as _; +