Skip to content

Commit ca30d3f

Browse files
authored
Merge pull request #673 from buildo/update-pureconfig
Update pureconfig to 0.17.4
2 parents 19cbfde + 4d70550 commit ca30d3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Dependencies.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ object Dependencies {
3434
val tapir = "0.18.1"
3535
val munit = "0.7.29"
3636
val zio = "2.0.19"
37+
val pureConfig = "0.17.4"
3738
}
3839

3940
val circeCore = "io.circe" %% "circe-core" % V.circe
@@ -78,9 +79,9 @@ object Dependencies {
7879
val tapirHttp4s = "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % V.tapir
7980
val munit = "org.scalameta" %% "munit" % V.munit
8081
val munitScalaCheck = "org.scalameta" %% "munit-scalacheck" % V.munit
82+
val pureConfig = "com.github.pureconfig" %% "pureconfig" % V.pureConfig
8183
val log4j = "org.apache.logging.log4j" % "log4j-api" % "2.14.1"
8284
val autowire = "com.lihaoyi" %% "autowire" % "0.3.3"
83-
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.11.1"
8485
val metarpheusCore = "io.buildo" %% "metarpheus-core" % "1.0.0"
8586
val zio = "dev.zio" %% "zio" % V.zio
8687

0 commit comments

Comments
 (0)