Skip to content

Commit

Permalink
v0.1.0-kotlin-1.6.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed May 29, 2022
1 parent 60b20ab commit e87fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation(CommonDependencies.Vertx.moduleWithoutVersion("pg-client"))
}

version = "0.1.0-kotlin-1.6.10-SNAPSHOT"
version = "0.1.0-kotlin-1.6.10"

publishing.publications.getByName<MavenPublication>("maven") {
artifactId = rootProject.name + "-postgresql"
Expand Down

0 comments on commit e87fb0c

Please sign in to comment.