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

Commit

Permalink
Release v.0.9.4 (#86)
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 Aug 6, 2023
1 parent 78f281b commit 6e37b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4-SNAPSHOT"
version = "0.9.4"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencyResolutionManagement {
library("database-h2", "com.h2database:h2:2.2.220")
library("database-postgresql", "org.postgresql:postgresql:42.6.0")
library("assertj-core", "org.assertj:assertj-core:3.24.2")
val pgIndexHealth = version("pg-index-health", "0.9.3")
val pgIndexHealth = version("pg-index-health", "0.9.4")
library("pg-index-health-core", "io.github.mfvanek", "pg-index-health")
.versionRef(pgIndexHealth)
library("pg-index-health-testing", "io.github.mfvanek", "pg-index-health-testing")
Expand Down

0 comments on commit 6e37b56

Please sign in to comment.