From 26542e4dbf7c3c3de428a8e5ac8b45b21852457f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:11:39 +0000 Subject: [PATCH] Bump elm-explorations/test from 2.1.2 to 2.2.0 in /review Bumps [elm-explorations/test](https://github.com/elm-explorations/test) from 2.1.2 to 2.2.0. - [Changelog](https://github.com/elm-explorations/test/blob/master/CHANGELOG.md) - [Commits](https://github.com/elm-explorations/test/compare/2.1.2...2.2.0) --- updated-dependencies: - dependency-name: elm-explorations/test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- review/elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/review/elm.json b/review/elm.json index cd7ce49..5498db6 100644 --- a/review/elm.json +++ b/review/elm.json @@ -28,7 +28,7 @@ "elm/time": "1.0.0", "elm/virtual-dom": "1.0.3", "elm-community/list-extra": "8.7.0", - "elm-explorations/test": "2.1.2", + "elm-explorations/test": "2.2.0", "miniBill/elm-unicode": "1.0.2", "rtfeldman/elm-hex": "1.0.0", "stil4m/structured-writer": "1.0.3" @@ -36,7 +36,7 @@ }, "test-dependencies": { "direct": { - "elm-explorations/test": "2.1.2" + "elm-explorations/test": "2.2.0" }, "indirect": {} }