Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pureconfig, pureconfig-cron4s to 0.17.4 #555

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ val doobie = Seq(
"org.tpolecat" %% "doobie-hikari").map(_ % doobieVersion)
val doobieTest = Seq(
"org.tpolecat" %% "doobie-scalatest" % doobieVersion).map(_ % Test)
val pureconfig = Seq("com.github.pureconfig" %% "pureconfig" % "0.13.0")
val pureconfig = Seq("com.github.pureconfig" %% "pureconfig" % "0.17.4")
val hammock = Seq(
"com.pepegar" %% "hammock-core",
"com.pepegar" %% "hammock-circe",
Expand All @@ -60,7 +60,7 @@ val googleMaps = Seq("com.google.maps" % "google-maps-services" % "0.14.0") // h
val flyway = Seq("org.flywaydb" % "flyway-core" % "6.4.4")
val cron = Seq(
"eu.timepit" %% "fs2-cron-core" % "0.2.2",
"com.github.pureconfig" %% "pureconfig-cron4s" % "0.13.0")
"com.github.pureconfig" %% "pureconfig-cron4s" % "0.17.4")
val silhouetteVersion = "7.0.0"
val silhouette = Seq(
"com.mohiva" %% "play-silhouette",
Expand Down