Skip to content

Commit

Permalink
version Bump (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaharn authored Jan 29, 2024
1 parent 35618ff commit f6c98a0
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 @@ -38,14 +38,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 = 5.0.5
version = 5.0.6
```

**In Maven**:

Look for the following coordinates:
```
com.microsoft.azure.kusto:kusto-spark_3.0_2.12:5.0.5
com.microsoft.azure.kusto:kusto-spark_3.0_2.12:5.0.6
```

Or clone this repository and build it locally to add it to your local maven repository,.
Expand All @@ -55,15 +55,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>5.0.5</version>
<version>5.0.6</version>
</dependency>
```

**In SBT**:

```scala
libraryDependencies ++= Seq(
"com.microsoft.azure.kusto" %% "kusto-spark_3.0" % "5.0.5"
"com.microsoft.azure.kusto" %% "kusto-spark_3.0" % "5.0.6"
)
```

Expand All @@ -72,7 +72,7 @@ libraryDependencies ++= Seq(
Libraries -> Install New -> Maven -> copy the following coordinates:

```
com.microsoft.azure.kusto:kusto-spark_3.0_2.12:5.0.5
com.microsoft.azure.kusto:kusto-spark_3.0_2.12:5.0.6
```

#### 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>5.0.5</revision>
<revision>5.0.6</revision>
<!-- Spark dependencies -->
<scala.version.major>2.12</scala.version.major>
<scala.version.minor>17</scala.version.minor>
Expand Down

0 comments on commit f6c98a0

Please sign in to comment.