Skip to content

Commit

Permalink
Update circe-core to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] authored and nafg committed Oct 28, 2022
1 parent 1275628 commit fdf2c48
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 @@ -20,7 +20,7 @@ lazy val `generated-models` =
projectMatrix
.jvmPlatform(List(Scala212, Scala213))
.settings(
libraryDependencies += "io.circe" %% "circe-core" % "0.14.2",
libraryDependencies += "io.circe" %% "circe-core" % "0.14.3",
generateModels := {
val dir = (Compile / scalaSource).value / "io/github/nafg/mergify/models/generated"
val file = dir / "Action.scala"
Expand Down

0 comments on commit fdf2c48

Please sign in to comment.