Skip to content

Commit

Permalink
Package updates (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu authored Feb 13, 2024
1 parent 05a67c8 commit a8d6e08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ lazy val aggregatedProjects: Seq[ProjectReference] = Seq(
)

ThisBuild / libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "2.0.11",
"org.slf4j" % "slf4j-nop" % "2.0.11" % Optional,
"org.slf4j" % "slf4j-api" % "2.0.12",
"org.slf4j" % "slf4j-nop" % "2.0.12" % Optional,
)

ThisBuild / compile / javacOptions ++= Seq(
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
object Versions {
val cpg = parseVersion("cpgVersion")
val antlr = "4.13.1"
val scalatest = "3.2.17"
val scalatest = "3.2.18"
val cats = "3.5.3"
val json4s = "4.0.7"
val gradleTooling = "8.5"
val gradleTooling = "8.6"
val circe = "0.14.6"
val requests = "0.8.0"
val upickle = "3.1.4"
Expand Down

0 comments on commit a8d6e08

Please sign in to comment.