Skip to content

Commit

Permalink
feature: add code examples and add autoSessionStart property
Browse files Browse the repository at this point in the history
  • Loading branch information
Drednote committed Jan 21, 2025
1 parent 83ac044 commit f243e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/scenario-from-file/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'com.h2database:h2:2.1.214'
testImplementation 'com.h2database:h2:2.3.232'
}

dependencyManagement {
Expand Down
2 changes: 1 addition & 1 deletion examples/scenario/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'com.h2database:h2:2.1.214'
testImplementation 'com.h2database:h2:2.3.232'
}

dependencyManagement {
Expand Down

0 comments on commit f243e3c

Please sign in to comment.