Skip to content

Commit

Permalink
Update pureconfig-core to 0.17.8 in scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 21, 2024
1 parent bf7dea2 commit 9dffbca
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 @@ -147,7 +147,7 @@ lazy val pureconfig = crossProject(
)
.settings(commonSettings: _*)
.settings(
libraryDependencies += "com.github.pureconfig" %%% "pureconfig-core" % "0.17.7"
libraryDependencies += "com.github.pureconfig" %%% "pureconfig-core" % "0.17.8"
)

lazy val spire = crossProject(JVMPlatform, JSPlatform, NativePlatform)
Expand Down

0 comments on commit 9dffbca

Please sign in to comment.