Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Next development iteration (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvanek authored May 4, 2024
1 parent c685cbc commit f217167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Spring Boot Starter for using [pg-index-health](https://github.com/mfvanek/pg-in
Using Gradle:

```groovy
testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.10.3'
testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.11.0'
```

<details>
<summary>with Kotlin DSL</summary>

```kotlin
testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.10.3")
testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.11.0")
```

</details>
Expand All @@ -40,7 +40,7 @@ Using Maven:
<dependency>
<groupId>io.github.mfvanek</groupId>
<artifactId>pg-index-health-test-starter</artifactId>
<version>0.10.3</version>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "pg-index-health-test-starter build"

allprojects {
group = "io.github.mfvanek"
version = "0.11.0"
version = "0.11.1-SNAPSHOT"

repositories {
mavenLocal()
Expand Down

0 comments on commit f217167

Please sign in to comment.