File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ object Dependencies {
34
34
val tapir = " 0.18.1"
35
35
val munit = " 0.7.29"
36
36
val zio = " 2.0.19"
37
+ val pureConfig = " 0.17.4"
37
38
}
38
39
39
40
val circeCore = " io.circe" %% " circe-core" % V .circe
@@ -78,9 +79,9 @@ object Dependencies {
78
79
val tapirHttp4s = " com.softwaremill.sttp.tapir" %% " tapir-http4s-server" % V .tapir
79
80
val munit = " org.scalameta" %% " munit" % V .munit
80
81
val munitScalaCheck = " org.scalameta" %% " munit-scalacheck" % V .munit
82
+ val pureConfig = " com.github.pureconfig" %% " pureconfig" % V .pureConfig
81
83
val log4j = " org.apache.logging.log4j" % " log4j-api" % " 2.14.1"
82
84
val autowire = " com.lihaoyi" %% " autowire" % " 0.3.3"
83
- val pureConfig = " com.github.pureconfig" %% " pureconfig" % " 0.11.1"
84
85
val metarpheusCore = " io.buildo" %% " metarpheus-core" % " 1.0.0"
85
86
val zio = " dev.zio" %% " zio" % V .zio
86
87
You can’t perform that action at this time.
0 commit comments