Skip to content

Commit

Permalink
Merge pull request #251 from scalameta/update/sconfig-1.8.1
Browse files Browse the repository at this point in the history
Update sconfig to 1.8.1
  • Loading branch information
tgodzik authored Nov 8, 2024
2 parents f07f060 + 7064ce2 commit effda85
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 @@ -165,7 +165,7 @@ lazy val sconfig = crossProject(JVMPlatform, JSPlatform, NativePlatform)
moduleName := "metaconfig-sconfig",
description := "Integration for HOCON using ekrich/sconfig.",
libraryDependencies ++= List(
"org.ekrich" %%% "sconfig" % "1.7.0"
"org.ekrich" %%% "sconfig" % "1.8.1"
)
)
.platformsSettings(JSPlatform, NativePlatform)(
Expand Down

0 comments on commit effda85

Please sign in to comment.