From 3bd2fc9fed273cd71949d760a0ee606a5a36eb95 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 00:09:22 -0800 Subject: [PATCH] Update plugin emulatorWtf to v0.16.1 (#1110) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wtf.emulator.gradle](https://emulator.wtf) ([source](https://togithub.com/emulator-wtf/gradle-plugin)) | plugin | minor | `0.15.1` -> `0.16.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
emulator-wtf/gradle-plugin (wtf.emulator.gradle) ### [`v0.16.1`](https://togithub.com/emulator-wtf/gradle-plugin/compare/0.16.0...0.16.1) [Compare Source](https://togithub.com/emulator-wtf/gradle-plugin/compare/0.16.0...0.16.1) ### [`v0.16.0`](https://togithub.com/emulator-wtf/gradle-plugin/compare/0.15.1...0.16.0) [Compare Source](https://togithub.com/emulator-wtf/gradle-plugin/compare/0.15.1...0.16.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6b8f84366..b7c1ba216 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -69,7 +69,7 @@ dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version.re dependencyGuard = { id = "com.dropbox.dependency-guard", version = "0.4.3" } detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" } -emulatorWtf = { id = "wtf.emulator.gradle", version = "0.15.1" } +emulatorWtf = { id = "wtf.emulator.gradle", version = "0.16.1" } ## Here to trigger Renovate updates kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-atomicfu = { id = "org.jetbrains.kotlin.plugin.atomicfu", version.ref = "kotlin" }