Skip to content

Commit 244d08b

Browse files
authored
Merge pull request #166 from scala-steward/update/pureconfig-0.12.3
Update pureconfig to 0.12.3
2 parents de8262e + c8b168b commit 244d08b

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
@@ -24,7 +24,7 @@ object Dependencies {
2424
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
2525
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
2626
val postgresql = "org.postgresql" % "postgresql" % "42.2.10"
27-
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.2"
27+
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.12.3"
2828
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.3"
2929
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.3.2"
3030
val scalaTest = "org.scalatest" %% "scalatest" % "3.1.1"

0 commit comments

Comments
 (0)