Skip to content

Commit

Permalink
Correct dependency versions (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ktrysinski authored Jan 23, 2025
1 parent f94d139 commit b453ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ repositories {
}

dependencies {
compileOnly("com.snowflake:connectors-native-sdk:2.2.1-SNAPSHOT")
compileOnly("com.snowflake:connectors-native-sdk:2.2.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("com.snowflake:connectors-native-sdk-test:2.2.1-SNAPSHOT")
testImplementation("com.snowflake:connectors-native-sdk-test:2.2.0")
}

tasks.javadoc {
Expand Down
4 changes: 2 additions & 2 deletions templates/connectors-native-sdk-template/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ repositories {
}

dependencies {
compileOnly("com.snowflake:connectors-native-sdk:2.2.1-SNAPSHOT")
compileOnly("com.snowflake:connectors-native-sdk:2.2.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("com.snowflake:connectors-native-sdk-test:2.2.1-SNAPSHOT")
testImplementation("com.snowflake:connectors-native-sdk-test:2.2.0")
}

tasks.javadoc {
Expand Down

0 comments on commit b453ba7

Please sign in to comment.