From 67fb50958f03f8f176b8517604d301e7e17dedfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 21:14:52 +0000 Subject: [PATCH] Bump com.github.pureconfig:pureconfig_2.13 from 0.17.4 to 0.17.6 Bumps [com.github.pureconfig:pureconfig_2.13](https://github.com/pureconfig/pureconfig) from 0.17.4 to 0.17.6. - [Changelog](https://github.com/pureconfig/pureconfig/blob/master/CHANGELOG.md) - [Commits](https://github.com/pureconfig/pureconfig/compare/v0.17.4...v0.17.6) --- updated-dependencies: - dependency-name: com.github.pureconfig:pureconfig_2.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3683d92a..e3bbff61 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { // config // //implementation 'com.typesafe:config:+' - implementation "com.github.pureconfig:pureconfig_${scalaVersion}:0.17.4" + implementation "com.github.pureconfig:pureconfig_${scalaVersion}:0.17.6" // cmd args parser // implementation "com.github.scopt:scopt_${scalaVersion}:+"