diff --git a/README.md b/README.md index ade09006..d4301ace 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ link your application with the artifact below to use the Azure Data Explorer Con ``` groupId = com.microsoft.azure.kusto artifactId = kusto-spark_3.0_2.12 -version = 3.1.5 +version = 3.1.7 ``` **In Maven**: Look for the following coordinates: ``` -com.microsoft.azure.kusto:kusto-spark_3.0_2.12:3.1.5 +com.microsoft.azure.kusto:kusto-spark_3.0_2.12:3.1.7 ``` Or clone this repository and build it locally to add it to your local maven repository,. @@ -49,7 +49,7 @@ The jar can also be found under the [released package](https://github.com/Azure/ com.microsoft.azure.kusto kusto-spark_3.0_2.12 - 3.1.5 + 3.1.7 ``` @@ -57,7 +57,7 @@ The jar can also be found under the [released package](https://github.com/Azure/ ```scala libraryDependencies ++= Seq( - "com.microsoft.azure.kusto" %% "kusto-spark_3.0" % "3.1.5" + "com.microsoft.azure.kusto" %% "kusto-spark_3.0" % "3.1.7" ) ``` @@ -66,7 +66,7 @@ libraryDependencies ++= Seq( Libraries -> Install New -> Maven -> copy the following coordinates: ``` -com.microsoft.azure.kusto:kusto-spark_3.0_2.12:3.1.5 +com.microsoft.azure.kusto:kusto-spark_3.0_2.12:3.1.7 ``` #### Building Samples Module diff --git a/pom.xml b/pom.xml index ae284518..e202f522 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ pom ${revision} - 3.1.6 + 3.1.7 2.12