Skip to content

Commit

Permalink
Updated ksp version
Browse files Browse the repository at this point in the history
  • Loading branch information
b3er committed Oct 19, 2021
1 parent 1a9f953 commit 0463a1c
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 @@ plugins {

subprojects {
group = "com.github.b3er.kmapper"
version = "0.3.14"
version = "0.3.15"
plugins.withId("maven-publish") {
publishing {
publications {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ junit = "5.6.0"
kotlin = "1.5.30"
kotlinMetadata = "0.3.0"
kotlinPoet = "1.9.0"
ksp = "1.5.30-1.0.0"
ksp = "1.5.31-1.0.0"
hilt = "1.0.0"

[plugins]
Expand Down

0 comments on commit 0463a1c

Please sign in to comment.