Closed aboisvert closed 7 months ago
Temporary workaround is to pin scala-reflect
to a fixed version which prevents resolving the invalid version:
libraryDependencies ++= Seq(
"com.lihaoyi" % "scalasql_2.13" % "0.1.0",
// override scala-reflect due to invalid published scalasql-core pom
// https://github.com/com-lihaoyi/scalasql/issues/6
"org.scala-lang" % "scala-reflect" % "2.13.13",
...
)
Should be fixed by https://github.com/com-lihaoyi/scalasql/commit/e05cf3039ed8c72373cb4a7896a5d9e866154f40, which I tagged as 0.1.1
I added the
scalasql
dependency to my sbt build,And when SBT tries to resolve it, I get the following error:
Indeed when inspecting the
scalasql-core
POM file at https://repo1.maven.org/maven2/com/lihaoyi/scalasql-core_2.13/0.1.0/scalasql-core_2.13-0.1.0.pom it looks like it contains the following ill-formed dependency: