Skip to content

Commit

Permalink
Bump sbt version to 0.13.9
Browse files Browse the repository at this point in the history
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)).
  • Loading branch information
astahlman committed Mar 18, 2020
1 parent bb3a1c0 commit 6dd7b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# the License.
#

sbt.version=0.13.5
sbt.version=0.13.9

0 comments on commit 6dd7b75

Please sign in to comment.