Skip to content

Commit

Permalink
Update to use TileDB-Java-Cloud 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisStaratzis authored Jul 11, 2024
1 parent 5afe472 commit 5f83261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply plugin: 'project-report'


group 'io.tiledb'
version '0.4.0-SNAPSHOT'
version '0.5.0-SNAPSHOT'

repositories {
mavenCentral()
Expand All @@ -43,7 +43,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
implementation 'com.google.guava:guava:32.1.2-jre'
implementation group: 'io.tiledb', name: 'tiledb-cloud-java', version: '0.3.0'
implementation group: 'io.tiledb', name: 'tiledb-cloud-java', version: '0.4.0'
}

apply plugin: 'java'
Expand Down Expand Up @@ -163,4 +163,4 @@ publishing {
}
}
}
}
}

0 comments on commit 5f83261

Please sign in to comment.