We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ccc17 commit 0a43129Copy full SHA for 0a43129
1 file changed
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = 'fauna.sample'
8
-version = '0.0.1-SNAPSHOT'
+version = '1.0'
9
10
java {
11
toolchain {
@@ -20,7 +20,7 @@ repositories {
20
dependencies {
21
implementation 'org.springframework.boot:spring-boot-starter-web:3.3.2'
22
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
23
- implementation 'com.fauna:fauna-jvm:0.2.0-B1'
+ implementation 'com.fauna:fauna-jvm:1.0'
24
25
testImplementation platform('org.junit:junit-bom:5.9.1')
26
testImplementation 'org.junit.jupiter:junit-jupiter'
@@ -48,4 +48,4 @@ tasks.register('resetSchema') {
48
commandLine 'sh', '-c', 'rm .fauna-project && fauna delete-database ECommerceJava'
49
50
51
-}
+}
0 commit comments