Skip to content

Commit

Permalink
Update org.osgi.core to 6.0.0 (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed Mar 12, 2024
1 parent 39be5a7 commit ebab118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object Dependencies {
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.pegdown" % "pegdown" % "1.6.0" % Test,
"org.osgi" % "org.osgi.core" % "5.0.0" % Provided) ++ pekkoTestDeps.map(_ % pekkoVersion % Test)
"org.osgi" % "org.osgi.core" % "6.0.0" % Provided) ++ pekkoTestDeps.map(_ % pekkoVersion % Test)

val exampleDependencies = Seq(
logback,
Expand Down

0 comments on commit ebab118

Please sign in to comment.