Skip to content

Commit db87832

Browse files
authored
Bump nmcp (#6792)
* Bump nmcp * pull nmcp-tasks in the classpath
1 parent 57fff04 commit db87832

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build-logic/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies {
2929

3030
implementation(libs.android.plugin)
3131
implementation(libs.librarian)
32+
implementation(libs.nmcp.tasks)
3233
implementation(libs.nmcp)
3334
implementation(libs.kotlinx.serialization.json)
3435
implementation(libs.poet.java)

gradle/libraries.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ksp = "2.3.1"
3939
#noinspection NewerVersionAvailable requires KGP 2.2
4040
ktor = "3.2.3"
4141
moshix = "0.14.1"
42+
nmcp = "1.3.0-SNAPSHOT-acb2ac5e165a088e84d0ec056e33d7ab90ad45cd"
4243
okio = "3.16.2"
4344
okhttp = "5.3.0"
4445
sqldelight = "2.1.0"
@@ -177,7 +178,8 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
177178
turbine = { group = "app.cash.turbine", name = "turbine", version = "1.2.1" }
178179
uuid = { group = "com.benasher44", name = "uuid", version = "0.8.4" }
179180
librarian = "com.gradleup.librarian:librarian-gradle-plugin:0.2.1-SNAPSHOT-0e052601ffa861b65446d7525d4dae4dcf8f045a"
180-
nmcp = "com.gradleup.nmcp:nmcp:1.2.0"
181+
nmcp = { module = "com.gradleup.nmcp:nmcp", version.ref = "nmcp" }
182+
nmcp-tasks = { module = "com.gradleup.nmcp:nmcp-tasks", version.ref = "nmcp" }
181183
slf4j-simple = "org.slf4j:slf4j-simple:2.0.17"
182184
slf4j-nop = "org.slf4j:slf4j-nop:2.0.17"
183185
licensee = "app.cash.licensee:licensee-gradle-plugin:1.14.1"

0 commit comments

Comments
 (0)