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

fix(deps): update kotlin monorepo to v1.9.20 #6572

Merged
merged 4 commits into from
Nov 9, 2023
Merged

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    0690a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d384d68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b2789 View commit details
    Browse the repository at this point in the history
  4. Exclude kotlin-main-kts from detekt-formatting testRuntimeClasspath

    This is due to detekt-main-kts embedding an old version of SLF4J which
    conflicts with the version used in detekt-formatting. This dependency
    isn't required for formatting tests as ktlint only requires the AST for
    its analysis and doesn't need to be compiled.
    
    See https://youtrack.jetbrains.com/issue/KT-60813
    3flex committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6eb9280 View commit details
    Browse the repository at this point in the history