You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade to Scala 3.3.7
- Change scalaVersion from 2.13.18 to 3.3.7
- Rewrite Cell as a Scala 3 enum
- Replace implicit vals/defs with given instances
- Replace implicit conversions with given Conversion
- Update wildcard imports from _ to * syntax
- Replace deprecated private[this] with private
- Remove @nowarn annotations on case classes (no longer needed in Scala 3)
- Add @unchecked to irrefutable pattern match
- Remove Scala 3-incompatible scalafix rules (RemoveUnused, LeakingImplicitClassVal, NoAutoTupling)
- Remove semanticdbVersion override (built-in in Scala 3)
* gitignore
* Fix Release Drafter failing on pull requests
disable-releaser on PR events to prevent invalid target_commitish error.
Also fix branch name from main to master.
* Fix Release Drafter: only run on push to master
Remove pull_request trigger that caused invalid target_commitish errors.
Copy file name to clipboardExpand all lines: core/src/main/scala/com/colisweb/jruby/concurrent/constant/memory/excel/ConcurrentConstantMemoryExcel.scala
Copy file name to clipboardExpand all lines: core/src/test/scala/com/colisweb/jruby/concurrent/constant/memory/excel/ConcurrentConstantMemoryExcelSpec.scala
0 commit comments