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

Enable Scala 3 on more connectors #3014

Merged
merged 3 commits into from
Sep 20, 2023
Merged

Enable Scala 3 on more connectors #3014

merged 3 commits into from
Sep 20, 2023

Conversation

ennru
Copy link
Member

@ennru ennru commented Sep 18, 2023

"org.mongodb.scala" %% "mongo-scala-driver" % "4.7.2" // ApacheV2
"org.mongodb.scala" %% "mongo-scala-driver" % "4.10.0" // ApacheV2
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumped, but it is not available for Scala 3.

.map { book: (String, Book) =>
.map { (book: (String, Book)) =>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed syntax in Elasticsearch, but more intricate things made me not enable Scala 3, yet.

Copy link
Member

@johanandren johanandren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ennru ennru merged commit 73023d4 into akka:main Sep 20, 2023
49 of 50 checks passed
@ennru ennru deleted the ennru-more-scala3 branch September 20, 2023 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants