We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried adding Squants as a dependency to my build, as mentioned in the Squants documentation.
Here is my build.sbt file:
ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "3.1.3" lazy val root = (project in file(".")) .settings( name := "exchanger", libraryDependencies += "org.typelevel" %% "squants" % "1.6.0", )
sbt returns the error "sbt task failed, see log for details". I cannot find any log.
The text was updated successfully, but these errors were encountered:
squants were not published for Scala 3.* before version 1.8.* Try the latest version, 1.8.3 according to maven central.
squants
1.8.3
Sorry, something went wrong.
No branches or pull requests
I tried adding Squants as a dependency to my build, as mentioned in the Squants documentation.
Here is my build.sbt file:
sbt returns the error "sbt task failed, see log for details". I cannot find any log.
The text was updated successfully, but these errors were encountered: