From 8d25c595d32e87e753aa05cc19e9f1d8ac496e0a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:57:07 +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(