mill icon indicating copy to clipboard operation
mill copied to clipboard

Adding bloop results in Boxed Exception

Open maver1ck opened this issue 5 years ago • 1 comments

I'm trying to use mill in Metals. Mill version: 0.7.3. This needs bloop to be installed. Both manual and automatic installation failed with Boxed Exception.

build.sc

import mill._
import mill.scalalib._

import $ivy.`com.lihaoyi::mill-contrib-bloop:0.7.3`

object main extends SbtModule {
  def scalaVersion = "2.13.2"
}
$ mill mill.contrib.Bloop/install                                  
Failed to resolve ivy dependencies:Boxed Exception

maver1ck avatar Jun 20 '20 15:06 maver1ck

@lihaoyi What do you think ?

maver1ck avatar Jun 22 '20 13:06 maver1ck