com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
757 stars 117 forks source link

Scalatags is Not Found #208

Closed ebenezerdon closed 4 years ago

ebenezerdon commented 4 years ago

After adding libraryDependencies for scalatags in my build.sbt file, running build returns:

Note: Unresolved dependencies path:
[error] stack trace is suppressed; run last update for the full output
[error] (update) sbt.librarymanagement.ResolveException: Error downloading com.lihaoyi:scalatags_sjs1_2.13:0.8.2
[error]   Not found
[error]   Not found
[error]   not found: C:\Users\User\.ivy2\local\com.lihaoyi\scalatags_sjs1_2.13\0.8.2\ivys\ivy.xml
[error]   not found: https://repo1.maven.org/maven2/com/lihaoyi/scalatags_sjs1_2.13/0.8.2/scalatags_sjs1_2.13-0.8.2.pom
mathieuleclaire commented 4 years ago

Scala 2.13 is supported with latest versions. Give a try with 0.9.1.

ebenezerdon commented 4 years ago

Thanks, that worked.