Skip to content

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

@Bersier

Description

@Bersier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions