Update dependency scala to v3 - #125
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
January 22, 2026 01:15
7e627b4 to
e88d59b
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
February 2, 2026 20:35
e88d59b to
9d3ca06
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
February 12, 2026 09:54
9d3ca06 to
0e55061
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
February 23, 2026 13:45
0e55061 to
8e000f6
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
March 30, 2026 13:16
8e000f6 to
a61d44e
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
April 16, 2026 11:47
a61d44e to
1a76f4f
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
June 1, 2026 19:10
1a76f4f to
dc48bf7
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
July 21, 2026 03:13
dc48bf7 to
1c46b72
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
August 27, 2026 00:40
1c46b72 to
486cead
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
September 3, 2026 20:59
486cead to
143828f
Compare
renovate
Bot
force-pushed
the
renovate/scala-3.x
branch
from
September 7, 2026 17:11
143828f to
55b7d11
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.13.18→3.9.0Release Notes
scala/scala3 (scala)
v3.9.0: LTSCompare Source
Highlights of the release
intois now stable #26184Automatic-Module-Namein standard library's manifest #26218sun.misc.Unsafeto JDK 24+ compatible implementation (experimental)Other changes and fixes
Annotations
@throwsannotation on non-methods #26802JVM Backend
IndexOutOfBoundsExceptionconstructor withInt#24764usingparameters #26302GenericSignatureVisitor#26632Constructors
Coverage
@experimentalcheck #25687Desugaring
@unchecked#26774Directives Parser
directives-parser#26461Documentation
@param,@tparam, and@returntags in Scaladoc comments #25371@param,@tparam, and@returntags in Scaladoc comments #25372@param,@tparam, and@returntags in Scaladoc comments #25373@param,@tparam, and@returntags in Scaladoc comments #25374@param,@tparam, and@returntags in Scaladoc comments #25375@param,@tparam, and@returntags in Scaladoc comments #25376@param,@tparam, and@returntags in Scaladoc comments #25377@param,@tparam, and@returntags in Scaladoc comments #25378@param,@tparam, and@returntags in Scaladoc comments #25379@param,@tparam, and@returntags in Scaladoc comments #25380@param,@tparam, and@returntags in Scaladoc comments (V2) #25996Tuple#map#26060Enums
Erasure
Expression Compiler
-old-syntax#26096Extension Methods
GADTs
Implicits
Incremental Compilation
Inline
Lambda Lift
Linting
xincase x @ (_: A, _: B), take 2 #26161Opaque Types
unapplyreturns a Boolean-deriving opaque type #26658Parser
applyDynamicis used " #24974Pattern Matching
Pickling
TypeDefsinensureHasSym#26011Presentation Compiler
Quotes
-Xcheck-macros#26050xCheckMacroAssertinQuotesImpl#26053Releases
REPL
Reporting
Rewrites
with->&rewrite in parens for typed patterns #26016Scala-JS
Scaladoc
Standard Library
AnyClassfallback inrequiredClass#26010wrapArrayandwrapArrayMethodName#26162TASTy
Transform
SelectStatic#25620Typeclass Derivation
baseTypeCacheafter synthetic Product.Mirror parents added #26714Typer
typeOfArgto takeTypedArginstead ofArg#25418Value Classes
Experimental: Capture Checking
@retainsinstead of uses_init in stdlib #25719Experimental: Erased definitions
erasedprecedes a non-erased parameter #25923erasedprecedes a non-erased parameter #26047Experimental: Explicit Nulls
Experimetnal: Safe Mode
Experimental: Strict Equality
Contributors
Thank you to all the contributors who made this release possible 🎉
According to
git shortlog -sn --no-merges 3.8.4..3.9.0these are:v3.8.4Compare Source
Highlights of the release
:helpsyntax for all settings #26052--crosssupport for run, package and doc sub-commands (experimental)--offlineconfig keyjava-test-runnerfor pure Java testspackaging.graalvmJvmIdandpackaging.graalvmArgs.test.javaOther changes and fixes
Annotations
dealiasKeepRefiningAnnotsinAvoidMap#25609Backend
Objects.equalsin translating==#25314Compiler Phases
Context Functions
Coverage
Default parameters
Documentation
IsIterablescaladoc #24692Enums
Extension Methods
extension#25368GADTs
Implicits
Inline
Linting
Match Types
Named Tuples
Nullability
Opaque Types
Overloading
Parser
primitive.classin annotations #25363Pattern Matching
Positions
thisduring statification of trait constructors #25354Presentation Compiler
Quotes
Reflection
Reporting
REPL
Rewrites
expr _when expr has a function type #25457Runner
Scala.js
methodsAllowingJSAwaitto forcefully inlined methods. #25344Scaladoc
<sup>tags for exponents in Scaladoc comments #25645classor atraitextendsAny#25403AnyVal, it exists now #25399jackson-*to 3.1.2 (was 2.15.1) #25785SemanticDB
Standard Library
Syntax
TASTy
Tooling
-Ymagic-offset-headerforDoubleDefinitionerror andimplicitNotFounderrors, and remove global unmanaged cache #25706Transform
Tuples
Desugar.makePatDefto fix typing issues and be more understandable #24972Typeclass Derivation
Typer
InsertedApplyonApplyto break synthetic apply loops, not justSelect#25463transparentflag tojava.lang.Object#25394Experimental: Capture Checking
Try#25072Experimental: Safe Mode
Experimental: Explicit Nulls
Contributors
Thank you to all the contributors who made this release possible 🎉
According to
git shortlog -sn --no-merges 3.8.3..3.8.4these are:v3.8.3Compare Source
Release highlights
// $COVERAGE-OFF$and// $COVERAGE-ON$#24486-print-linescompiler setting #25330Other changes and fixes
Desugaring
Documentation
captoany/fresh#25057Enums
Experimental: Capture Checking
update def#24906@inferredannotation #25175<fluid>decorations replace existing capture sets #25012fresh#24985Experimental: Modularity
Exports
Inline
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.