Update airframe-log to 24.1.0 (#550)

This commit is contained in:
xerial-bot 2024-01-16 19:47:52 -08:00 committed by GitHub
parent ebfbdead18
commit a7fb7650e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -72,13 +72,13 @@ autoScalaLibrary := false
crossPaths := false crossPaths := false
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"junit" % "junit" % "4.13.2" % "test", "junit" % "junit" % "4.13.2" % "test",
"org.codehaus.plexus" % "plexus-classworlds" % "2.8.0" % "test", "org.codehaus.plexus" % "plexus-classworlds" % "2.8.0" % "test",
"org.xerial.java" % "xerial-core" % "2.1" % "test", "org.xerial.java" % "xerial-core" % "2.1" % "test",
"org.wvlet.airframe" %% "airframe-log" % "23.12.1" % "test", "org.wvlet.airframe" %% "airframe-log" % "24.1.0" % "test",
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided", "org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
"com.github.sbt" % "junit-interface" % "0.13.3" % "test", "com.github.sbt" % "junit-interface" % "0.13.3" % "test",
"org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java") "org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")
) )
enablePlugins(SbtOsgi) enablePlugins(SbtOsgi)