Skip to content

Commit

Permalink
Update version check version to 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jun 6, 2024
1 parent 4c85d72 commit 8ad043e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/com/snowflake/snowpark/internal/Utils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ object Utils extends Logging {
// Define the compat scala version instead of reading from property file
// because it fails to read the property file in some environment such as
// VSCode worksheet.
val ScalaCompatVersion: String = "2.12"
val ScalaCompatVersion: String = "2.13"
// Minimum minor version. We require version to be greater than 2.12.9
val ScalaMinimumMinorVersion: String = "2.12.9"
val ScalaMinimumMinorVersion: String = "2.13.9"

// Minimum GS version for us to identify as Snowpark client
val MinimumGSVersionForSnowparkClientType: String = "5.20.0"
Expand Down

0 comments on commit 8ad043e

Please sign in to comment.