Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 13, 2024
1 parent 5c45082 commit 5bc0077
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-tests/domain-classes_2_13/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val generateDomainClasses = taskKey[Seq[File]]("generate overflowdb domain class
libraryDependencies ++= Seq(
"io.shiftleft" %% "overflowdb-traversal" % Versions.overflowdb,
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.13" % Test,
)

Compile/sourceGenerators += Projects.integrationTestSchemas_2_13 / generateDomainClasses
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/domain-classes_3/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val generateDomainClasses = taskKey[Seq[File]]("generate overflowdb domain class
libraryDependencies ++= Seq(
"io.shiftleft" %% "overflowdb-traversal" % Versions.overflowdb,
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.13" % Test,
)

Compile/sourceGenerators += Projects.integrationTestSchemas_3 / generateDomainClasses
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name := "integration-tests"
libraryDependencies ++= Seq(
"io.shiftleft" %% "overflowdb-traversal" % Versions.overflowdb,
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.13" % Test,
)

// Compile/sourceGenerators += Projects.integrationTestSchemas / generateDomainClasses
Expand Down

0 comments on commit 5bc0077

Please sign in to comment.