Skip to content

Commit 5ad862e

Browse files
authored
Update org.osgi.core to 6.0.0 (#387)
1 parent 8707c34 commit 5ad862e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ libraryDependencies ++= Seq(
6969
"org.codehaus.plexus" % "plexus-classworlds" % "2.7.0" % "test",
7070
"org.xerial.java" % "xerial-core" % "2.1" % "test",
7171
"org.wvlet.airframe" %% "airframe-log" % "23.1.4" % "test",
72-
"org.osgi" % "org.osgi.core" % "4.3.1" % "provided",
72+
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
7373
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
7474
"org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")
7575
)

0 commit comments

Comments
 (0)