Skip to content

Commit

Permalink
Update pureconfig-core to 0.17.7 in scala3 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 15, 2024
1 parent 999342a commit 3ff8c96
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.6"
libraryDependencies += "com.github.pureconfig" %%% "pureconfig-core" % "0.17.7"
)

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

0 comments on commit 3ff8c96

Please sign in to comment.