Skip to content

Commit

Permalink
SPYT Release 2.3.0
Browse files Browse the repository at this point in the history
38e855ffe96143f05f70633c41c67e9bd5724e43
  • Loading branch information
alextokarew committed Sep 11, 2024
1 parent 047f860 commit 67b38d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>tech.ytsaurus</groupId>
<artifactId>spark-yt-data-source-base_2.12</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions spyt-package/src/main/python/spyt/version.py
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions version.sbt
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion yt-publish-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 67b38d8

Please sign in to comment.