-
Notifications
You must be signed in to change notification settings - Fork 24
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
Upgrade to Scala 3 and Monocle 3 #348
Conversation
@GreyPlane 1 more approval needed for the CI |
README.md
Outdated
and circe-optics version numbers are a coincidence and NOT intentional. | ||
Please use the following table for determining capability with the corresponding [Circe] versions. | ||
|
||
| Circe Optics Version | Circe | Monocle | Scala 2 | Scala 3 | Scala JVM | Scala.JS | Scala Native | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably should remove 'Scala Native'
build.sbt
Outdated
val scala213 = "2.13.12" | ||
val scala3 = "3.2.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i guess Scala 3.3.0 would be better?
@GreyPlane Addressed the comments.
I need approval to run CI: |
b7767b3
to
cb08da0
Compare
I'm afraid that has to be done by a maintainer and I'm not :( |
Who are the maintainers of this repo? @travisbrown ? |
@zarthross ? Are we good to merge? |
Should versioning-table have own columns for 2.12 and 2.13 instead of Scala 2. |
@aheiska The table is mostly to highlight the Monocle and Circe version it relates to. I let Scala 2 and Scala 3 to do like circe-extra |
Ping @zarthross. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, this looks good to me. I think we can get a release cut shortly.
👏🏼 Thanks @zarthross @inanme @arixmkii @hughsimpson @GreyPlane @zmccoy @zmccoy for the help |
This should be landing on maven soon, its past CI out in sonatype land now. Thanks everyone! |
All credits to @inanme
cc @GreyPlane