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 circe-yaml from 0.15.1 to 1.15.0 #3932

Closed
wants to merge 5 commits into from
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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ object Dependencies {
val sealerate: ModuleID = "ca.mrvisser" %% "sealerate" % "0.0.6"
val googleCloudNio: ModuleID = "com.google.cloud" % "google-cloud-nio" % "0.127.7" % Test // brought in for FakeStorageInterpreter

val circeYaml = "io.circe" %% "circe-yaml" % "0.15.1"
val circeYaml = "io.circe" %% "circe-yaml" % "1.15.0"
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % http4sVersion
val http4sPrometheus = "org.http4s" %% "http4s-prometheus-metrics" % http4sVersion
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sVersion
Expand Down
Loading