1. 6
  1.  

  2. 1

    I’ve been forcing myself to use SBT for some new projects and it has not gone so well. I started a project on sbt 0.13.x and moved up to sbt 1.0 this week, 3 months after its release. I have not found a replacement for xsbt-wro4j (I think that’s what it is, pulling from memory) that works on sbt 1.0. Fortunately, the UI part of my app doesn’t really need to exist yet and I was just starting on it in a branch, so I’m not dead in the water on it. It looks like I might have to invest some time in updating older plugins if I want to use some of the recommended workflows for Scalatra. I’d welcome any pointers/input on this.