From a01be6b98185dd44caacb0ec5ed433d6d1a28099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:28:09 +0800 Subject: [PATCH] Bump optoVersion from 1.0.17 to 1.0.18 (#3101) Bumps `optoVersion` from 1.0.17 to 1.0.18. Updates `domain` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/patrykmichalik/opto/releases) - [Commits](https://github.com/patrykmichalik/opto/commits) Updates `core` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/patrykmichalik/opto/releases) - [Commits](https://github.com/patrykmichalik/opto/commits) Updates `compose` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/patrykmichalik/opto/releases) - [Commits](https://github.com/patrykmichalik/opto/commits) --- updated-dependencies: - dependency-name: com.patrykmichalik.opto:domain dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.patrykmichalik.opto:core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.patrykmichalik.opto:compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 76caaa1043..75c3c80ed6 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ ext { libsu_version = '5.0.3' protocVersion = '3.21.9' room_version = '2.4.3' - optoVersion = "1.0.17" + optoVersion = "1.0.18" } final def commitHash = { ->