Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ libraryDependencies ++=
"junit" % "junit" % "4.13.2" % "test",
"org.codehaus.plexus" % "plexus-classworlds" % "2.9.0" % "test",
"org.xerial.java" % "xerial-core" % "2.1" % "test",
"org.wvlet.airframe" %% "airframe-log" % "2025.1.16" % "test",
"org.wvlet.airframe" %% "airframe-log" % "2025.1.17" % "test",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The updated dependency version 2025.1.17 for org.wvlet.airframe:airframe-log appears to be invalid. This version is not available in public Maven repositories, and the release notes link in the pull request description is broken. This will cause the build to fail when resolving dependencies. The versioning scheme deviates from airframe's standard CalVer, which might indicate a pre-existing typo in the version string.

"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
"org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude
Expand Down
Loading