Skip to content

Commit 3e2ef3b

Browse files
committed
Readme version
1 parent db3a561 commit 3e2ef3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ Add maven dependency (available in maven central):
7575
<dependency>
7676
<groupId>com.github.seregamorph</groupId>
7777
<artifactId>spring-test-smart-context</artifactId>
78-
<version>0.12</version>
78+
<version>0.13</version>
7979
<scope>test</scope>
8080
</dependency>
8181
```
8282
Or Gradle dependency:
8383
```groovy
84-
testImplementation("com.github.seregamorph:spring-test-smart-context:0.12")
84+
testImplementation("com.github.seregamorph:spring-test-smart-context:0.13")
8585
```
8686
Also it's recommended to configure `"INFO"` level for `com.github.seregamorph.testsmartcontext` logger.
8787
It's recommended to check [Demo projects](demo).

demo/demo-gradle-junit-platform-jupiter-boot32/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
mavenCentral()
1616
}
1717

18-
def stscVersion = "0.13-SNAPSHOT"
18+
def stscVersion = "0.14-SNAPSHOT"
1919
dependencies {
2020
implementation "org.springframework.boot:spring-boot-starter"
2121
implementation "org.springframework.boot:spring-boot-starter-web"

0 commit comments

Comments
 (0)