Skip to content

Commit

Permalink
circe
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed May 1, 2024
1 parent 992b3bb commit cd29164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/DependenciesPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ object DependenciesPlugin extends AutoPlugin {
object autoImport {
implicit class DependencyOps(p: Project) {
val circeVersion =
"0.14.6"
"0.14.7"

def withYaml: Project =
p.settings(
libraryDependencies ++= Seq(
"io.circe" %% "circe-yaml" % "0.14.2"
"io.circe" %% "circe-yaml" % "0.15.1"
)
)

Expand Down

0 comments on commit cd29164

Please sign in to comment.