Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions