Skip to content

Commit

Permalink
Update dependency io.github.manamiproject:modb-core to v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and manami-project committed Apr 13, 2024
1 parent b8a0463 commit df37d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -34,7 +34,7 @@ version = project.findProperty("release.version") as String? ?: ""

dependencies {
api(kotlin("stdlib"))
api("io.github.manamiproject:modb-core:11.0.0")
api("io.github.manamiproject:modb-core:11.1.0")

implementation(platform(kotlin("bom")))
implementation("org.apache.commons:commons-text:1.11.0")
Expand Down

0 comments on commit df37d32

Please sign in to comment.