mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02:57:04 +05:30
chore(deps): update plugin licensee to v1.11.0
(cherry picked from commit a030290ec242a469d5610c85e2faa1c26ed2535f)
This commit is contained in:
parent
df7868de2d
commit
feae5d2630
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ licensee {
|
||||||
ignoreDependencies("com.michael-bull.kotlin-result") { because("kotlin-result is ISC licensed") }
|
ignoreDependencies("com.michael-bull.kotlin-result") { because("kotlin-result is ISC licensed") }
|
||||||
ignoreDependencies("org.commonmark") { because("Commonmark is BSD licensed") }
|
ignoreDependencies("org.commonmark") { because("Commonmark is BSD licensed") }
|
||||||
allowUrl("https://jsoup.org/license") { because("Jsoup is MIT licensed") }
|
allowUrl("https://jsoup.org/license") { because("Jsoup is MIT licensed") }
|
||||||
|
allowUrl("https://opensource.org/licenses/MIT") { because("That's the MIT license text") }
|
||||||
}
|
}
|
||||||
|
|
||||||
moduleGraphAssert {
|
moduleGraphAssert {
|
||||||
|
|
|
@ -116,7 +116,7 @@ anvil = "com.squareup.anvil:2.5.0-beta04"
|
||||||
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" }
|
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" }
|
||||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||||
ksp = "com.google.devtools.ksp:1.9.23-1.0.19"
|
ksp = "com.google.devtools.ksp:1.9.23-1.0.19"
|
||||||
licensee = "app.cash.licensee:1.10.0"
|
licensee = "app.cash.licensee:1.11.0"
|
||||||
modulegraphassert = "com.jraska.module.graph.assertion:2.5.0"
|
modulegraphassert = "com.jraska.module.graph.assertion:2.5.0"
|
||||||
poko = "dev.drewhamilton.poko:0.15.2"
|
poko = "dev.drewhamilton.poko:0.15.2"
|
||||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue