From 67b38d84572d6e068c99c5ef55b062698dca2104 Mon Sep 17 00:00:00 2001 From: atokarew Date: Wed, 11 Sep 2024 13:06:27 +0300 Subject: [PATCH] SPYT Release 2.3.0 38e855ffe96143f05f70633c41c67e9bd5724e43 --- java-examples/pom.xml | 2 +- spyt-package/src/main/python/spyt/version.py | 4 ++-- version.sbt | 4 ++-- yt-publish-plugin/build.sbt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/java-examples/pom.xml b/java-examples/pom.xml index 83c7efb5..421d00c6 100644 --- a/java-examples/pom.xml +++ b/java-examples/pom.xml @@ -29,7 +29,7 @@ tech.ytsaurus spark-yt-data-source-base_2.12 - 2.2.0 + 2.3.0 provided diff --git a/spyt-package/src/main/python/spyt/version.py b/spyt-package/src/main/python/spyt/version.py index 9a1a89eb..dc48175b 100644 --- a/spyt-package/src/main/python/spyt/version.py +++ b/spyt-package/src/main/python/spyt/version.py @@ -1,4 +1,4 @@ # This file is autogenerated, don't edit it manually -__version__ = "2.2.0" -__scala_version__ = "2.2.0" +__version__ = "2.3.0" +__scala_version__ = "2.3.0" diff --git a/version.sbt b/version.sbt index 4e545d3a..012c31cf 100644 --- a/version.sbt +++ b/version.sbt @@ -1,4 +1,4 @@ import spyt.SpytPlugin.autoImport._ -ThisBuild / spytVersion := "2.3.0-SNAPSHOT" -ThisBuild / spytPythonVersion := "2.3.0b0" +ThisBuild / spytVersion := "2.4.0-SNAPSHOT" +ThisBuild / spytPythonVersion := "2.4.0b0" diff --git a/yt-publish-plugin/build.sbt b/yt-publish-plugin/build.sbt index 197db850..c38bce9f 100644 --- a/yt-publish-plugin/build.sbt +++ b/yt-publish-plugin/build.sbt @@ -5,7 +5,7 @@ sbtPlugin := true organization := "tech.ytsaurus.spyt" name := "YtPublishPlugin" -version := "2.3.0-SNAPSHOT" +version := "2.4.0-SNAPSHOT" libraryDependencies ++= Seq( "tech.ytsaurus" % "ytsaurus-client" % "1.2.3" excludeAll (