Skip to content

Commit 70ccd32

Browse files
authored
Update airframe-log to 22.9.0 (#343)
1 parent 8ecc597 commit 70ccd32

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ autoScalaLibrary := false
6060
crossPaths := false
6161

6262
libraryDependencies ++= Seq(
63-
"junit" % "junit" % "4.13.2" % "test",
64-
"org.codehaus.plexus" % "plexus-classworlds" % "2.4" % "test",
65-
"org.xerial.java" % "xerial-core" % "2.1" % "test",
66-
"org.wvlet.airframe" %% "airframe-log" % "21.12.1" % "test",
67-
"org.osgi" % "org.osgi.core" % "4.3.0" % "provided",
68-
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
69-
"org.apache.hadoop" % "hadoop-common" % "2.7.3" % "test" exclude ("org.xerial.snappy", "snappy-java")
63+
"junit" % "junit" % "4.13.2" % "test",
64+
"org.codehaus.plexus" % "plexus-classworlds" % "2.4" % "test",
65+
"org.xerial.java" % "xerial-core" % "2.1" % "test",
66+
"org.wvlet.airframe" %% "airframe-log" % "22.9.0" % "test",
67+
"org.osgi" % "org.osgi.core" % "4.3.0" % "provided",
68+
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
69+
"org.apache.hadoop" % "hadoop-common" % "2.7.3" % "test" exclude ("org.xerial.snappy", "snappy-java")
7070
)
7171

7272
enablePlugins(SbtOsgi)

0 commit comments

Comments
 (0)