From b9afddfb4e8042ef696f5d18fac761446b0947d6 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 06:48:38 +0000 Subject: [PATCH] Update sconfig to 1.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 310d250..2507c21 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val `scalameta-ast` = projectMatrix commonSettings, libraryDependencies ++= Seq( "org.scalatest" %%% "scalatest-freespec" % "3.2.18" % Test, - "org.ekrich" %%% "sconfig" % "1.5.1", + "org.ekrich" %%% "sconfig" % "1.6.0", ), ) .jvmPlatform(