Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sconfig to 1.6.0
Browse files Browse the repository at this point in the history
scala-steward-bot committed Feb 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent eee7128 commit b026dc6
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
@@ -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(

0 comments on commit b026dc6

Please sign in to comment.