Skip to content

Commit

Permalink
Merge pull request #4 from TileDB-Inc/dstara/update_to_tiledb_2.14
Browse files Browse the repository at this point in the history
update to TileDB-2.14.0
  • Loading branch information
DimitrisStaratzis authored Jan 24, 2023
2 parents 19c3e6c + 8ed0398 commit 2570a86
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.1.1-SNAPSHOT'
version '0.2.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.10'
implementation group: 'io.tiledb', name: 'tiledb-cloud-java', version: '0.1.0'
}

test {
Expand Down

0 comments on commit 2570a86

Please sign in to comment.