Skip to content

Commit

Permalink
kmmresult 1.5.3, kotlin 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Aug 24, 2023
1 parent fbf3bf6 commit 3e121eb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "conventions-vclib/gradle-conventions-plugin"]
path = conventions-vclib/gradle-conventions-plugin
url = https://github.com/a-sit-plus/gradle-conventions-plugin.git
[submodule "kmmresult"]
path = kmmresult
url = https://github.com/a-sit-plus/kmmresult.git
1 change: 1 addition & 0 deletions kmmresult
Submodule kmmresult added at 35f85f
5 changes: 5 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ rootProject.name = "vclibrary"
include(":vclib")
include(":vclib-aries")
include(":vclib-openid")
includeBuild("kmmresult") {
dependencySubstitution {
substitute(module("at.asitplus:kmmresult")).using(project(":"))
}
}
2 changes: 1 addition & 1 deletion vclib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kotlin {
commonImplementationDependencies()
api(datetime())
api(serialization("cbor"))
api("at.asitplus:kmmresult:1.5.2")
api("at.asitplus:kmmresult:1.5.3")
api("io.matthewnelson.kotlin-components:encoding-base16:${VcLibVersions.encoding}")
api("io.matthewnelson.kotlin-components:encoding-base64:${VcLibVersions.encoding}")
}
Expand Down

0 comments on commit 3e121eb

Please sign in to comment.