Skip to content

Commit

Permalink
SPYT Release 2.4.2
Browse files Browse the repository at this point in the history
commit_hash:9023f395f302e5763049b6363a28487b3c444e32
  • Loading branch information
alextokarew committed Dec 6, 2024
1 parent da78f3d commit 4b0ea1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.1</version>
<version>2.4.2</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.4.1"
__scala_version__ = "2.4.1"
__version__ = "2.4.2"
__scala_version__ = "2.4.2"

0 comments on commit 4b0ea1f

Please sign in to comment.