We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Scala environment: JVM/Scala.JS/ScalaNative Scala version: 3.4.1 Iron version: 2.6.0
Reproduction steps The steps to reproduce the described issue Add 'iron-pureconfig' dependency:
libraryDependencies += "io.github.iltotore" %% "iron-pureconfig" % "2.6.0"
Expected behavior Artifact is available.
Current behavior Artifact is not found.
The text was updated successfully, but these errors were encountered:
Indeed it was not published. I'll check the cause once available and manually publish the missing version.
Sorry, something went wrong.
Found the "problem". Actually, the Pureconfig support was added after the release of 2.6.0. It will land in the next release, probably 3.0.0
No branches or pull requests
Describe the bug
Scala environment: JVM/Scala.JS/ScalaNative
Scala version: 3.4.1
Iron version: 2.6.0
Reproduction steps
The steps to reproduce the described issue
Add 'iron-pureconfig' dependency:
Expected behavior
Artifact is available.
Current behavior
Artifact is not found.
The text was updated successfully, but these errors were encountered: