SaaSHub helps you find the best software and product alternatives Learn more →
Sbt-missinglink Alternatives
Similar projects and alternatives to sbt-missinglink
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better sbt-missinglink alternative or higher similarity.
sbt-missinglink discussion
sbt-missinglink reviews and mentions
Posts with mentions or reviews of sbt-missinglink.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-31.
-
Scala isn't fun anymore
And then there's sbt-missinglink, which can check that all the libraries that you're using in your application are compatible with each other (that one doesn't link to a missing class or method -- do you see? :) ). It prevents NoClassDefFoundError/NoSuchMethodError from happening at runtime.
- A Scala rant
-
sbt-missinglink 0.3.2 has been released: Multi-Release JARs and concurrency
sbt-missinglink can analyze all your projects concurrently. It can take a lot of memory, so you may want to limit the degree of concurrency via missinglinkConflictsTag
-
Preventing version conflicts with versionScheme (improving the Scala library ecosystem)
In our company, we've had good experience with sbt-missinglink. It's an sbt plugin made by Scala Center that wraps the MissingLink tool. It solves the problem the linked article describes, but does so in a more fundamental way. Instead of looking at versions of packages, it goes through all the class files and analyses possible "binary" conflicts.
-
A note from our sponsor - SaaSHub
www.saashub.com | 27 Apr 2025
Stats
Basic sbt-missinglink repo stats
5
134
2.8
10 months ago
scalacenter/sbt-missinglink is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of sbt-missinglink is Scala.