Skip to content
New issue

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

Build failure with Squants dependency: I'm probably doing it wrong #544

Open
Bersier opened this issue Jul 8, 2022 · 1 comment
Open

Comments

@Bersier
Copy link

Bersier commented Jul 8, 2022

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.

@eugene-sy
Copy link
Contributor

squants were not published for Scala 3.* before version 1.8.*
Try the latest version, 1.8.3 according to maven central.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants