Skip to content

Commit

Permalink
Update circe-generic, circe-parser to 0.14.4 (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 13, 2023
1 parent 8db5d70 commit 29c2980
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions console/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enablePlugins(JavaAppPackaging)

val ScoptVersion = "4.0.1"
val CaskVersion = "0.8.3"
val CirceVersion = "0.14.3"
val CirceVersion = "0.14.4"
val AmmoniteVersion = "2.5.8"
val ZeroturnaroundVersion = "1.15"

Expand All @@ -18,16 +18,16 @@ dependsOn(
)

libraryDependencies ++= Seq(
"io.shiftleft" %% "codepropertygraph" % Versions.cpg,
"com.github.scopt" %% "scopt" % ScoptVersion,
"org.typelevel" %% "cats-effect" % Versions.cats,
"io.circe" %% "circe-generic" % CirceVersion,
"io.circe" %% "circe-parser" % CirceVersion,
"org.zeroturnaround" % "zt-zip" % ZeroturnaroundVersion,
"com.lihaoyi" %% "ammonite" % AmmoniteVersion cross CrossVersion.full,
"com.lihaoyi" %% "os-lib" % "0.8.1",
"com.lihaoyi" %% "cask" % CaskVersion,
"org.scalatest" %% "scalatest" % Versions.scalatest % Test
"io.shiftleft" %% "codepropertygraph" % Versions.cpg,
"com.github.scopt" %% "scopt" % ScoptVersion,
"org.typelevel" %% "cats-effect" % Versions.cats,
"io.circe" %% "circe-generic" % CirceVersion,
"io.circe" %% "circe-parser" % CirceVersion,
"org.zeroturnaround" % "zt-zip" % ZeroturnaroundVersion,
"com.lihaoyi" %% "ammonite" % AmmoniteVersion cross CrossVersion.full,
"com.lihaoyi" %% "os-lib" % "0.8.1",
"com.lihaoyi" %% "cask" % CaskVersion,
"org.scalatest" %% "scalatest" % Versions.scalatest % Test
)

scalacOptions ++= Seq(
Expand Down
12 changes: 6 additions & 6 deletions joern-cli/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name := "joern-cli"
dependsOn(Projects.console, Projects.console % "test->test", Projects.c2cpg, Projects.dataflowengineoss, Projects.x2cpg)

libraryDependencies ++= Seq(
"io.shiftleft" %% "codepropertygraph" % Versions.cpg,
"com.lihaoyi" %% "requests" % "0.7.1",
"com.github.scopt" %% "scopt" % "4.1.0",
"io.circe" %% "circe-generic" % "0.14.3",
"org.reflections" % "reflections" % "0.10.2",
"org.scalatest" %% "scalatest" % Versions.scalatest % Test
"io.shiftleft" %% "codepropertygraph" % Versions.cpg,
"com.lihaoyi" %% "requests" % "0.7.1",
"com.github.scopt" %% "scopt" % "4.1.0",
"io.circe" %% "circe-generic" % "0.14.4",
"org.reflections" % "reflections" % "0.10.2",
"org.scalatest" %% "scalatest" % Versions.scalatest % Test
)

Test / fork := false
Expand Down

0 comments on commit 29c2980

Please sign in to comment.