Skip to content

Commit 083827c

Browse files
authored
Update airframe-log to 23.1.4 (#383)
* Update airframe-log to 23.1.4 * Revert commit(s) 5f9eb46 * Update airframe-log to 23.1.4
1 parent c515db5 commit 083827c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sbt

+7-7
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ autoScalaLibrary := false
6565
crossPaths := false
6666

6767
libraryDependencies ++= Seq(
68-
"junit" % "junit" % "4.13.2" % "test",
69-
"org.codehaus.plexus" % "plexus-classworlds" % "2.7.0" % "test",
70-
"org.xerial.java" % "xerial-core" % "2.1" % "test",
71-
"org.wvlet.airframe" %% "airframe-log" % "22.12.6" % "test",
72-
"org.osgi" % "org.osgi.core" % "4.3.0" % "provided",
73-
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
74-
"org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")
68+
"junit" % "junit" % "4.13.2" % "test",
69+
"org.codehaus.plexus" % "plexus-classworlds" % "2.7.0" % "test",
70+
"org.xerial.java" % "xerial-core" % "2.1" % "test",
71+
"org.wvlet.airframe" %% "airframe-log" % "23.1.4" % "test",
72+
"org.osgi" % "org.osgi.core" % "4.3.0" % "provided",
73+
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
74+
"org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")
7575
)
7676

7777
enablePlugins(SbtOsgi)

0 commit comments

Comments
 (0)