kitlangton / zio-app

Quickly create and develop full-stack Scala apps with ZIO and Laminar.
124 stars 33 forks source link

Removes '--no-colors' which fixes issue 3 #5

Closed stevewillcock closed 3 years ago

stevewillcock commented 3 years ago

Seems to resolve #3 on my local machine (sbt -no-colors causes an error in my environment which is a recent clean install of sbt 1.5.0 using coursier). Happy to use a specific sbt launcher instead if that's recommended for zio-app though!

kitlangton commented 3 years ago

Thanks, Steve 😊😊 I actually have already removed that option. No idea why it’s failing, but it’s not needed luckily ;)

stevewillcock commented 3 years ago

Great, thanks :)

kitlangton commented 3 years ago

Great, thanks :)

Though I still have to do another release :) Also, fixed some other random issues.

stevewillcock commented 3 years ago

Ah yeah, sorry I probably closed that a bit prematurely - I was running it from source here so all looks good, cheers

kitlangton commented 3 years ago

No worries! Thanks again :D