Skip to content

Commit

Permalink
Update sconfig to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Feb 29, 2024
1 parent eee7128 commit b9afddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b9afddf

Please sign in to comment.