-
Notifications
You must be signed in to change notification settings - Fork 74
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
Dependency upgrades + require sbt 1.9.7 as minimum #216
Conversation
e936897
to
2a1748c
Compare
e936897
to
2013671
Compare
Without increasing sbt to 1.9.7 we get errors like following (it seems some of the upgraded libraries are incompatible with older sbt):
|
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.
@@ -67,11 +67,6 @@ lazy val core = project | |||
"ws.unfiltered" %% "unfiltered-filter" % unfilteredVersion, | |||
"ws.unfiltered" %% "unfiltered-jetty" % unfilteredVersion, | |||
"ws.unfiltered" %% "unfiltered-specs2" % unfilteredVersion % Test, | |||
).map( |
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.
@mkurz This is causing a regression, see https://github.com/apache/pekko-persistence-cassandra/actions/runs/8405372473/job/23018005449?pr=176
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! Seems this is now fixed via
No description provided.