Skip to content

Commit a5d4ed8

Browse files
authored
Merge pull request #176 from scala-steward/update/circe-generic-0.14.15
Update circe-generic, circe-parser to 0.14.15
2 parents 057c12d + 9aef162 commit a5d4ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import sbt._
66

77
object Dependencies {
88
lazy val library = Seq(
9-
"io.circe" %% "circe-generic" % "0.14.14",
10-
"io.circe" %% "circe-parser" % "0.14.14",
9+
"io.circe" %% "circe-generic" % "0.14.15",
10+
"io.circe" %% "circe-parser" % "0.14.15",
1111
"org.cyclonedx" % "cyclonedx-core-java" % "11.0.0",
1212
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
1313
"org.scalamock" %% "scalamock" % "7.5.0" % Test

0 commit comments

Comments
 (0)