Skip to content

Commit

Permalink
Update pureconfig-core to 0.17.6 in scala3 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 10, 2024
1 parent d6ada49 commit 13cd4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -134,7 +134,7 @@ lazy val pureconfig = crossProject(
)
.settings(commonSettings: _*)
.settings(
libraryDependencies += "com.github.pureconfig" %%% "pureconfig-core" % "0.17.5"
libraryDependencies += "com.github.pureconfig" %%% "pureconfig-core" % "0.17.6"
)

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

0 comments on commit 13cd4f9

Please sign in to comment.