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

Bump sbt version to 0.13.9 #666

Merged
merged 1 commit into from
Mar 24, 2020

Commits on Mar 18, 2020

  1. Bump sbt version to 0.13.9

    There are several issues that report compilation errors with a message like:
    
        [error] impossible to get artifacts when data has not been loaded. IvyNode = com.fasterxml.jackson.core#jackson-databind;2.5.4
        java.lang.IllegalStateException: impossible to get artifacts when data has not been loaded. IvyNode = com.fasterxml.jackson.core#jackson-databind;2.5.4
    
    Examples:
    
    - linkedin#201
    - linkedin#339
    - linkedin#367
    - linkedin#419
    - linkedin#658
    
    It looks like this message stems from a bug in Ivy which has since been fixed
    (sbt/sbt#1598). I'm guessing the fix in Ivy is
    included in sbt v0.13.9, because uprading sbt fixed the issue for me, and seems
    to have helped others, too (e.g.,
    linkedin#201 (comment)).
    astahlman committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    6dd7b75 View commit details
    Browse the repository at this point in the history