Skip to content

Commit aedb7ef

Browse files
committed
Update airframe-log to 2025.1.10
1 parent 65e1ec3 commit aedb7ef

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
@@ -72,13 +72,13 @@ autoScalaLibrary := false
7272
crossPaths := false
7373

7474
libraryDependencies ++= Seq(
75-
"junit" % "junit" % "4.13.2" % "test",
76-
"org.codehaus.plexus" % "plexus-classworlds" % "2.8.0" % "test",
77-
"org.xerial.java" % "xerial-core" % "2.1" % "test",
78-
"org.wvlet.airframe" %% "airframe-log" % "2025.1.1" % "test",
79-
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
80-
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
81-
"org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude ("org.xerial.snappy", "snappy-java")
75+
"junit" % "junit" % "4.13.2" % "test",
76+
"org.codehaus.plexus" % "plexus-classworlds" % "2.8.0" % "test",
77+
"org.xerial.java" % "xerial-core" % "2.1" % "test",
78+
"org.wvlet.airframe" %% "airframe-log" % "2025.1.10" % "test",
79+
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
80+
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
81+
"org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude ("org.xerial.snappy", "snappy-java")
8282
)
8383

8484
enablePlugins(SbtOsgi)

0 commit comments

Comments
 (0)