-
Notifications
You must be signed in to change notification settings - Fork 96
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
Adding Scala 2.13 support #681
base: develop
Are you sure you want to change the base?
Conversation
Colossus 0.11.0
* Replace nscala-time with java.time in Cookie class Before: Used nscala-time library to parse expiration date in Cookie class/object. After: Use java.time utilities to parse expiration date. * Remove nscala-time library from build.sbt * 0.12.0-SNAPSHOT * memcache: implement CAS and GETS (tumblr#673) * memcache implement CAS and GETS * rename vals/methods; drop compressor from method signature * rename val; move logic to private function; move docs around * expand option get * update to more-idiomatic way to use option * patch version instead of minor
# Conflicts: # version.sbt
Codecov Report
@@ Coverage Diff @@
## develop #681 +/- ##
===========================================
- Coverage 85.67% 84.37% -1.31%
===========================================
Files 105 111 +6
Lines 4525 4589 +64
Branches 408 276 -132
===========================================
- Hits 3877 3872 -5
- Misses 648 717 +69
Continue to review full report at Codecov.
|
- update patch versions for Scala - update Sbt plugins - simplify aggregation of coverage data on TravisCI, see https://github.com/scoverage/sbt-scoverage#notes-on-upgrading-to-version-160 - add JVM options for stable Sbt builds without OOM errors - clean up of build configuration from Scala 2.10 waste
- update Sbt version to the latest stable release - fix circular dependency between ColossusProject, ColossusTestProject, and ColossusTestKitProject
For those who want to run colossus on scala-2.13, I finalized PR by @plokhotnyuk in my repo: |
Colossus hasn't been updated for 6 years. A pull request to make it run on Scala 12.3 has been open for 5 years: tumblr/colossus#681 Scala 12.2 is end-of-life: https://endoflife.date/scala
Colossus hasn't been updated for 6 years. A pull request to make it run on Scala 12.3 has been open for 5 years: tumblr/colossus#681 Scala 12.2 is end-of-life: https://endoflife.date/scala
No description provided.