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

Commit

Permalink
Preparing for release v.0.9.1 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
  • Loading branch information
mfvanek and mfvanek committed May 7, 2023
1 parent 4ff0b2b commit e4ebbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'io.github.mfvanek'
version '0.9.1-SNAPSHOT'
version '0.9.1'

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand All @@ -36,7 +36,7 @@ repositories {
def springVersion = '2.7.11'
dependencies {
implementation "org.springframework.boot:spring-boot-starter:$springVersion"
api 'io.github.mfvanek:pg-index-health:0.9.0'
api 'io.github.mfvanek:pg-index-health:0.9.1'
annotationProcessor "org.springframework.boot:spring-boot-autoconfigure-processor:$springVersion"
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:$springVersion"

Expand Down

0 comments on commit e4ebbf0

Please sign in to comment.