forked from monix/monix
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump SBT 1.12.6, Scala 2.13.18/3.3.7, and all build plugins #5
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
Merged
Merged
Changes from 27 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
aebeaa0
Fix .jvmopts for modern JDKs by removing unsupported CMSClassUnloadin…
halotukozak c55330d
Bump sbt to 1.10.7
halotukozak b7c6bf5
Bump sbt-scoverage to 2.3.1 to resolve scala-xml conflict
halotukozak 3e83f14
Bump sbt-scalajs to 1.18.2
halotukozak d9a9cbd
Bump sbt-unidoc to 0.5.0 (org change to com.github.sbt)
halotukozak 65a0106
Bump sbt-jmh to 0.4.7
halotukozak c1d3daa
Bump sbt-mima-plugin to 1.1.4
halotukozak 85cb483
Bump sbt-header to 5.10.0
halotukozak 031d577
Bump sbt-scalafmt to 2.5.4
halotukozak 807251c
Bump sbt-assembly to 2.3.1
halotukozak 9da2412
Bump sbt-reproducible-builds to 0.32
halotukozak b1d55b8
Bump sbt-dynver to 5.1.0 (org change to com.github.sbt)
halotukozak 0f8710a
Bump sbt-git to 2.1.0 (org change to com.github.sbt)
halotukozak d365e23
Bump sbt-sonatype to 3.12.2
halotukozak 911ea97
Bump sbt-pgp to 2.3.1
halotukozak f395995
Add libraryDependencySchemes for geny to resolve meta-build conflict
halotukozak 6aeefdf
Fix geny version conflict using VersionScheme.Always
halotukozak 45d359d
Update Scala versions to 2.12.20, 2.13.16, 3.3.5
halotukozak 0c9251f
Fix Scala 2.13.16 compatibility and build configuration
halotukozak cb4aebe
Clarify Task.start/startAndForget stack tracing behavior
halotukozak b6440ef
feat(01-infrastructure-modernization-01): migrate sbt-tpolecat to org…
halotukozak da27598
docs(01-infrastructure-modernization-01): complete sbt-tpolecat migra…
halotukozak 7465e7b
fix(01-02): add -Wconf suppressions and fix Scala 3 value-discard errors
halotukozak 294f64c
fix(01-02): disable tpolecat test-time warnings for pre-existing patt…
halotukozak 07bfa7f
docs(01-02): complete cross-compile verification plan
halotukozak cdb46e3
Remove .planning from git and add to .gitignore
halotukozak 0ecf74e
some reverts
halotukozak f7e09ea
Address PR review feedback from mikkolaj
halotukozak 42ba07d
Align formatting in `plugins.sbt` and remove unused scalacOptions
halotukozak f5ac711
Improve null-check error messages in ReactivePublisher and ReactiveSu…
halotukozak 94d7fe8
Refactor operators to explicitly define Scheduler type for implicit v…
halotukozak 0e77a08
Refactor test suites to explicitly import `Scheduler` where needed.
halotukozak 4caee57
Merge branch 'series/3.x-avs' into bump-dependencies
halotukozak 3d234b3
fix: add return type to `Eq` instance in test suite
halotukozak 896756b
fix: add explicit Scheduler type annotation to AbstractBackPressuredB…
halotukozak 689d308
Merge remote-tracking branch 'origin/drop-jdk-8-support-ci' into bump…
halotukozak 07c6184
Merge branch 'series/3.x-avs' into bump-dependencies
halotukozak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,3 +18,4 @@ TAGS | |
| metals.sbt | ||
| .vscode | ||
| .bsp | ||
| .planning/ | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,5 +4,4 @@ | |
| -XX:ReservedCodeCacheSize=250M | ||
| -XX:+TieredCompilation | ||
| -XX:-UseGCOverheadLimit | ||
| -XX:+CMSClassUnloadingEnabled | ||
|
|
||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,4 +15,4 @@ | |
| # limitations under the License. | ||
| # | ||
|
|
||
| sbt.version=1.5.2 | ||
| sbt.version=1.10.7 | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,17 @@ | ||
| addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0") | ||
| addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") | ||
| addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") | ||
| addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") | ||
| addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") | ||
| addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") | ||
| addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") | ||
| addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") | ||
| addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") | ||
| addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") | ||
| addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") | ||
| addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") | ||
| addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0") | ||
| addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") | ||
| addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") | ||
| addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0") | ||
| addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30") | ||
| addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1") | ||
| addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") | ||
| addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") | ||
| addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") | ||
| addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") | ||
| addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") | ||
| addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") | ||
| addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") | ||
| addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") | ||
| addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") | ||
| addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") | ||
|
|
||
| libraryDependencySchemes += "com.lihaoyi" %% "geny" % VersionScheme.Always | ||
|
halotukozak marked this conversation as resolved.
Outdated
halotukozak marked this conversation as resolved.
Outdated
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.