feiwang3311 / Lantern

BSD 3-Clause "New" or "Revised" License
167 stars 15 forks source link

Add explicit sbt version. #43

Closed dan-zheng closed 5 years ago

dan-zheng commented 5 years ago

CI currently fails because it implicitly uses sbt version 0.13.17, which doesn't support Global / concurrentRestrictions.

A simple solution is to fix the sbt version. I'm creating a PR instead of committing directly in case anyone objects to version 1.2.6.

feiwang3311 commented 5 years ago

Thanks. It seems that I fixed it by changing the syntax of the Global / concurrentRestrictions. :)

dan-zheng commented 5 years ago

Thanks. It seems that I fixed it by changing the syntax of the Global / concurrentRestrictions. :)

That solution works also. Closing.