Skip to content

Commit 0a43129

Browse files
findgriffinDavid Griffin
andauthored
Depend on GA version of driver 1.0. (#20)
Co-authored-by: David Griffin <david.griffin@fauna.com>
1 parent 28ccc17 commit 0a43129

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'fauna.sample'
8-
version = '0.0.1-SNAPSHOT'
8+
version = '1.0'
99

1010
java {
1111
toolchain {
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
implementation 'org.springframework.boot:spring-boot-starter-web:3.3.2'
2222
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
23-
implementation 'com.fauna:fauna-jvm:0.2.0-B1'
23+
implementation 'com.fauna:fauna-jvm:1.0'
2424

2525
testImplementation platform('org.junit:junit-bom:5.9.1')
2626
testImplementation 'org.junit.jupiter:junit-jupiter'
@@ -48,4 +48,4 @@ tasks.register('resetSchema') {
4848
commandLine 'sh', '-c', 'rm .fauna-project && fauna delete-database ECommerceJava'
4949
}
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)