Build failure with Squants dependency: I'm probably doing it wrong
Bersier opened this issue · 1 comments
Bersier commented
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.