Skip to content

Commit

Permalink
Merge pull request #2909 from scala-steward/update/pureconfig-0.17.7
Browse files Browse the repository at this point in the history
Update pureconfig to 0.17.7
  • Loading branch information
konnov authored Aug 19, 2024
2 parents 5b0e11c + db74d31 commit 46ef798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {
val logbackClassic = "ch.qos.logback" % "logback-classic" % logbackVersion
val logbackCore = "ch.qos.logback" % "logback-core" % logbackVersion
val logging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.6"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.7"
val scalaParserCombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"
val scalaCollectionContrib = "org.scala-lang.modules" %% "scala-collection-contrib" % "0.3.0"
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.5"
Expand Down

0 comments on commit 46ef798

Please sign in to comment.