Skip to content

Commit 79a7d17

Browse files
authored
Bump bootstrapped version (#194)
1 parent b5ff065 commit 79a7d17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref
2323
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
2424
ggp = { id = "com.gradleup.gratatouille", version.ref = "gratatouille-plugin" }
2525
librarian = { id = "com.gradleup.librarian", version = "0.1.1-SNAPSHOT-44a36034d83f8ba9c9177653f29df3dea933fc3f" }
26-
nmcp = { id = "com.gradleup.nmcp", version = "1.0.3" }
26+
nmcp = { id = "com.gradleup.nmcp", version = "1.1.1-SNAPSHOT-b5ff065206ac32fe3d48f7f354c1a0ace80a9954" }
2727
compat = { id = "com.gradleup.compat.patrouille", version = "0.0.1-SNAPSHOT-9da44b3b93e36a196ae5afc9f7a79a46a82763cd" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
mavenCentral()
88
maven("https://storage.googleapis.com/gradleup/m2") {
99
content {
10-
// this is only used at build time and is safe to fetch as a snapshot
10+
// gratatouille-processor is only used at build time and is safe to fetch as a snapshot
1111
includeModule("com.gradleup.gratatouille", "gratatouille-processor")
1212
}
1313
}

0 commit comments

Comments
 (0)