Skip to content
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

Update scala-compiler, scala-library, ... to 2.13.10 #605

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
ebe7334
Update scala-compiler, scala-library, ... to 2.13.10
scala-steward Oct 22, 2022
5a15b5f
Revert commit(s) ebe7334
scala-steward Oct 23, 2022
e5b8058
Merge branch 'main' into update/scala-compiler-2.13.10
scala-steward Oct 23, 2022
4d4bc39
Update scala-compiler, scala-library, ... to 2.13.10
scala-steward Oct 23, 2022
ce01f4e
Revert commit(s) 4d4bc39
scala-steward Dec 21, 2022
5f6cd12
Merge branch 'main' into update/scala-compiler-2.13.10
scala-steward Dec 21, 2022
9fda80b
Update scala-compiler, scala-library, ... to 2.13.10
scala-steward Dec 21, 2022
27bef1a
Revert commit(s) 9fda80b
scala-steward Dec 24, 2022
a26b32f
Merge branch 'main' into update/scala-compiler-2.13.10
scala-steward Dec 24, 2022
667221d
Update scala-compiler, scala-library, ... to 2.13.10
scala-steward Dec 24, 2022
d0a16f4
Revert commit(s) 667221d
scala-steward Dec 28, 2022
47d46ea
Merge branch 'main' into update/scala-compiler-2.13.10
scala-steward Dec 28, 2022
b6fb770
Update scala-compiler, scala-library, ... to 2.13.10
scala-steward Dec 28, 2022
5fe0297
Revert commit(s) b6fb770
scala-steward Feb 2, 2023
058ba72
Merge branch 'main' into update/scala-compiler-2.13.10
scala-steward Feb 2, 2023
dd4a737
Update scala-compiler, scala-library, ... to 2.13.10
scala-steward Feb 2, 2023
ede9efe
Revert commit(s) dd4a737
scala-steward Mar 28, 2023
abc55a8
Merge branch 'main' into update/scala-compiler-2.13.10
scala-steward Mar 28, 2023
7f6c3dc
Update scala-compiler, scala-library, ... to 2.13.10
scala-steward Mar 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addCommandAlias(
)

val scala212 = "2.12.16"
val scala213 = "2.13.6"
val scala213 = "2.13.10"
val scala3 = "3.0.1"

ThisBuild / scalaVersion := scala213
Expand Down