Jeff Simpson

Results 22 comments of Jeff Simpson

Is this related to https://github.com/scalacenter/bloop/issues/1301? Did that change get reverted?

@tgodzik I'll try updating coursier. Thanks. Just to reply to your previous comment I'm seeing the same error as the OP.

I'm running the latest coursier (2.0.7) and Java 11. I tried running Ammonite directly via coursier and it's still borked. So maybe this more of an Ammonite issue? This command...

Opened on Feb 24 https://github.com/lihaoyi/Ammonite/issues/1035

I'm sure those that debugged this know it already, but if I run `scalaJSPipeline` from my Play server project it takes roughly ~5s to do nothing. That task is being...

In the meantime, anyone have any hints to get started with this thing? I was expecting to see a `classDiagram` task, but nada (I'm using the latest SNAPHOT).

I checked the SBT docs on plugins and realized I needed to include the plugin via ``` enablePlugins(ClassDiagramPlugin, ...) ```

There was mention of ~/.m2/settings.xml, but I haven't added any credentials there yet. Might that be my problem?

This is for www.homebay.com and we have a larger Datomic instance backed by Dynamo.

I managed to spoof the issue above by populating my `~/.m2` directory with the datomic-pro jar and pom and then rebuilding which leinigen seemed happy with, thus building the uber...