Skip to content

Commit

Permalink
Merge pull request #2 from TileDB-Inc/dstara/update_to_tiledb_2.13
Browse files Browse the repository at this point in the history
update to TileDB-2.13.0
  • Loading branch information
DimitrisStaratzis authored Dec 19, 2022
2 parents 78e9a44 + eaf1504 commit aa86f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.0.3-SNAPSHOT'
version '0.1.0-SNAPSHOT'

repositories {
mavenCentral()
Expand All @@ -41,7 +41,7 @@ repositories {
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
implementation group: 'io.tiledb', name: 'tiledb-cloud-java', version: '0.0.9'
implementation group: 'io.tiledb', name: 'tiledb-cloud-java', version: '0.0.10'
}

test {
Expand Down

0 comments on commit aa86f66

Please sign in to comment.