Skip to content

Commit

Permalink
Update pureconfig-core to 0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
permutive-steward[bot] committed Jul 1, 2024
1 parent cc6905a commit c141d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lazy val `gcp-auth` = module
.settings(Test / fork := true)

lazy val `gcp-auth-pureconfig` = module
.settings(libraryDependencies += "com.github.pureconfig" %% "pureconfig-core" % "0.17.6")
.settings(libraryDependencies += "com.github.pureconfig" %% "pureconfig-core" % "0.17.7")
.settings(libraryDependencies += "com.alejandrohdezma" %% "http4s-munit" % "1.0.0" % Test)
.settings(Test / fork := true)
.dependsOn(`gcp-auth`)

0 comments on commit c141d2f

Please sign in to comment.