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 v.0.9.6 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvanek authored Sep 30, 2023
1 parent 5a10840 commit 7a141ec
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 @@ -21,14 +21,14 @@ Spring Boot Starter for using [pg-index-health](https://github.com/mfvanek/pg-in
## Installation
Using Gradle:
```groovy
testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.9.4'
testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.9.5'
```

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

```kotlin
testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.9.4")
testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.9.5")
```
</details>

Expand All @@ -37,7 +37,7 @@ Using Maven:
<dependency>
<groupId>io.github.mfvanek</groupId>
<artifactId>pg-index-health-test-starter</artifactId>
<version>0.9.4</version>
<version>0.9.5</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 @@ -20,7 +20,7 @@ description = "pg-index-health-test-starter build"

allprojects {
group = "io.github.mfvanek"
version = "0.9.5"
version = "0.9.6-SNAPSHOT"

repositories {
mavenLocal()
Expand Down

0 comments on commit 7a141ec

Please sign in to comment.