-
Notifications
You must be signed in to change notification settings - Fork 150
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
slick scala3 support #378
slick scala3 support #378
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #378 +/- ##
=======================================
Coverage 85.71% 85.71%
=======================================
Files 63 63
Lines 511 511
Branches 34 34
=======================================
Hits 438 438
Misses 73 73 ☔ View full report in Codecov by Sentry. |
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.
LGTM. Just waiting for the weekend to merge + release.
build.sbt
Outdated
@@ -613,9 +613,10 @@ lazy val enumeratumSlick = | |||
version := "1.7.5-SNAPSHOT", | |||
crossScalaVersions := scalaVersionsAll, | |||
libraryDependencies ++= Seq( | |||
("com.typesafe.slick" %% "slick" % "3.4.1").cross(CrossVersion.for3Use2_13), | |||
("com.typesafe.slick" %% "slick" % "3.5.0-M4"), |
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.
Please note this depends on a milestone version, so we can wait a bit
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 see we're at M5 now; let's wait until we get to a stable release.
@lloydmeta can you have a look? |
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.
LGTM, not merging yet as I don't have bandwidth this week to release.
Thanks for this contribution and apologies for the long wait. Just released (pushed) 1.7.5 of |
No description provided.