gll-combinators
gll-combinators copied to clipboard
Not able to import gll-combinators into sbt project.
When I using the procedure given in getting started section, I am running into the problem of not being able to import the package.
[error] (update) sbt.librarymanagement.ResolveException: Error downloading com.codec
ommit:gll-combinators_2.13:2.3
[error] Not found
[error] Not found
[error] not found: /home/virtualvms/.ivy2/local/com.codecommit/gll-combinators_2.1
3/2.3/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/com/codecommit/gll-combinators_2.13/2.3/gll-combinators_2.13-2.3.pom
This is because I haven't updated it yet for Scala 2.13. :-( The new collections library makes it a bit tricky. I'd like to, though!
Is there a way out. Would be glad to help you out.