From 9270953aff436554d84e119e9c9e19fb1042c00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:43:03 +0000 Subject: [PATCH] Bump elm-explorations/test from 2.1.2 to 2.2.0 (#455) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 5447640..28bfcef 100644 --- a/elm.json +++ b/elm.json @@ -22,7 +22,7 @@ }, "test-dependencies": { "direct": { - "elm-explorations/test": "2.1.2" + "elm-explorations/test": "2.2.0" }, "indirect": { "elm/bytes": "1.0.8"