Skip to content

Commit

Permalink
Update pureconfig-core to 0.17.8 (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Dec 23, 2024
1 parent 7d3bd2f commit cadf766
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 @@ -28,7 +28,7 @@ lazy val ensureDockerBuildx = taskKey[Unit]("Ensure that docker buildx configura
lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx")

val config = "com.typesafe" % "config" % "1.4.3"
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.6"
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.8"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"

val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
Expand Down

0 comments on commit cadf766

Please sign in to comment.