Skip to content

Commit

Permalink
Remove pureconfig from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jun 11, 2024
1 parent 9d766a1 commit b44470b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ object Dependencies {
val MUnitVersion = "1.0.0"
val MUnitCatsEffectVersion = "2.0.0"
val PostgresVersion = "42.7.3"
val PureConfigVersion = "0.17.7"
val ScribeVersion = "3.15.0"
val SourcecodeVersion = "0.4.2"
val SwaggerVersion = "5.17.14"
Expand Down Expand Up @@ -77,12 +76,6 @@ object Dependencies {
"io.circe" %% "circe-parser" % CirceVersion
)

// https://github.com/melrief/pureconfig
// MPL 2.0
val pureconfig = Seq(
"com.github.pureconfig" %% "pureconfig-core" % PureConfigVersion
)

// https://github.com/h2database/h2database
// MPL 2.0 or EPL 1.0
val h2 = Seq(
Expand Down

0 comments on commit b44470b

Please sign in to comment.