Skip to content

Commit

Permalink
version change to 3.1.7 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaharn authored Dec 14, 2022
1 parent 5d98a2e commit 40a0790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,.
Expand All @@ -49,15 +49,15 @@ The jar can also be found under the [released package](https://github.com/Azure/
<dependency>
<groupId>com.microsoft.azure.kusto</groupId>
<artifactId>kusto-spark_3.0_2.12</artifactId>
<version>3.1.5</version>
<version>3.1.7</version>
</dependency>
```

**In SBT**:

```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"
)
```

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>pom</packaging>
<version>${revision}</version>
<properties>
<revision>3.1.6</revision>
<revision>3.1.7</revision>

<!-- Spark dependencies -->
<scala.version.major>2.12</scala.version.major>
Expand Down

0 comments on commit 40a0790

Please sign in to comment.