Skip to content

Commit

Permalink
Merge pull request #122 from stewartbryson/stewart
Browse files Browse the repository at this point in the history
snowpark 1.12.1
  • Loading branch information
stewartbryson authored Apr 29, 2024
2 parents a3cbed3 + aa411a9 commit 363d5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java {
dependencies {
implementation 'org.codehaus.groovy:groovy:3.0.21'
implementation 'org.slf4j:slf4j-simple:2.0.9'
implementation 'com.snowflake:snowpark:1.12.0'
implementation 'com.snowflake:snowpark:1.12.1'
implementation 'gradle.plugin.com.redpillanalytics:gradle-properties:1.0.7'
implementation 'gradle.plugin.com.github.johnrengelman:shadow:8.0.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'
Expand All @@ -32,7 +32,7 @@ testing {
useSpock('2.3-groovy-3.0')
dependencies {
implementation project()
implementation 'com.snowflake:snowpark:1.12.0'
implementation 'com.snowflake:snowpark:1.12.1'
implementation 'org.apache.commons:commons-lang3:3.14.0'
}
}
Expand Down

0 comments on commit 363d5a3

Please sign in to comment.