Skip to content

Commit

Permalink
Update pureconfig, pureconfig-core to 0.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 21, 2024
1 parent c7c62bb commit 8bb40e6
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 @@ -37,7 +37,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case _ => Seq("-deprecation")
})

val pureConfigVersion = "0.17.7"
val pureConfigVersion = "0.17.8"

libraryDependencies += (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 13)) => "com.github.pureconfig" %% "pureconfig" % pureConfigVersion % Provided
Expand Down

0 comments on commit 8bb40e6

Please sign in to comment.