Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala 3 support #123

Open
PhilAndrew opened this issue Apr 22, 2021 · 0 comments
Open

Scala 3 support #123

PhilAndrew opened this issue Apr 22, 2021 · 0 comments

Comments

@PhilAndrew
Copy link

I'm in Scala 3, I wish to use Katan.regex. Can you provide any help?

Lets try

    libraryDependencies ++= Seq("com.nrinaudo" % "kantan.codecs_2.13" % "0.5.2",
        "com.nrinaudo" % "kantan.regex_2.13" % "0.5.2")
scalac: Bad symbolic reference. A signature in C:\Users\philip\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\com\nrinaudo\kantan.regex_2.13\0.5.2\kantan.regex_2.13-0.5.2.jar(kantan/regex/RegexError.class)
refers to Error/T in package kantan.codecs.error which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling C:\Users\philip\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\com\nrinaudo\kantan.regex_2.13\0.5.2\kantan.regex_2.13-0.5.2.jar(kantan/regex/RegexError.class).
scalac: Bad symbolic reference. A signature in C:\Users\philip\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\com\nrinaudo\kantan.regex_2.13\0.5.2\kantan.regex_2.13-0.5.2.jar(kantan/regex/DecodeError.class)
refers to ErrorCompanion/T in package kantan.codecs.error which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling C:\Users\philip\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\com\nrinaudo\kantan.regex_2.13\0.5.2\kantan.regex_2.13-0.5.2.jar(kantan/regex/DecodeError.class).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant