Skip to content

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
Also updates sparkVersion to 3.3.4

Signed-off-by: Jean-Noël Moyne <jnmoyne@gmail.com>
  • Loading branch information
jnmoyne committed Mar 2, 2024
1 parent 8a39951 commit e49b4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load_balanced/build.sbt
@@ -1,10 +1,10 @@
import sbt.Def.settings

name := "nats-spark-connector-balanced"
version := "1.2.2"
version := "1.2.3"
scalaVersion := "2.12.14"

val sparkVersion = "3.3.0"
val sparkVersion = "3.3.4"
val vegasVersion = "0.3.11"
val postgresVersion = "42.2.2"
val slf4jVersion = "2.0.3"
Expand Down

0 comments on commit e49b4a2

Please sign in to comment.