Steven Lai
Steven Lai
I think I have a similar use case. I have a file (in the GB ranges) where each line contains a complete JSON object of the same type (e.g. same...
Just wanted to add - I think you can specify something like `latest.release` (see http://ant.apache.org/ivy/history/2.5.0-rc1/ivyfile/dependency.html ). In general probably a bad practice to blindly use the latest version but just...
I'm doing `!git pull --rebase --autostash && git log --decorate @{1}..HEAD --pretty=format:'%C(yellow)%h %Cred[%an] %Creset%s'` in the "up" alias to emulate the `git-up.rebase.log-hook`. Do you see any problems with doing it...
Confirmed on: SBT plugin v1.8.0 ``` IntelliJ IDEA 2019.2 (Community Edition) Build #IC-192.5728.98, built on July 22, 2019 Runtime version: 11.0.3+12-b304.10 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o...