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 dependencies #54

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 17, 2024

  1. Update dependencies

    - bump dependency versions
    - add jspecify dependency
      - used but not declared by jtreesitter, resulting in red code in IntelliJ
    - adapt code to changes in clikt 5
    translatenix committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    27df2db View commit details
    Browse the repository at this point in the history
  2. Fix kotlinc nullability warnings

    I can't tell if `!!` is the right way to fix them,
    but they should be fixed in one way or another.
    translatenix committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d123a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e4d9b View commit details
    Browse the repository at this point in the history