Skip to content

Commit 765ed83

Browse files
authored
Merge pull request #475 from scala-steward/update/pureconfig-0.14.1
Update pureconfig to 0.14.1
2 parents 2dd7161 + 2f97f40 commit 765ed83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object Dependencies {
2727
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
2828
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
2929
val postgresql = "org.postgresql" % "postgresql" % "42.2.19"
30-
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
30+
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.1"
3131
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
3232
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.18"
3333
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"

0 commit comments

Comments
 (0)