Closed gpalomar closed 1 year ago
Hi! I've tried to run this basic bootstrap skeleton given the default values but I get an error when doing sbt command:
sbt
[error] (Compile / compileIncremental) java.io.IOError: java.lang.RuntimeException: /packages cannot be represented as URI
Used entries:
sbt_version 1.2.6 scala_version 2.12.7 name Scala bootstrap version 1.0 organization tv.codely package tv.codely.scala_bootstrap
If I replace scala and sbt versions with latest ones it works properly:
sbt_version 1.3.8 scala_version 2.13.1
Hi @gpalomar!
Thanks for reporting the issue, and sorry for the inconveniences.
Your proposed solution seems totally fine. Feel free to open a PR and we'll merge it ASAP 😊
Hi! I've tried to run this basic bootstrap skeleton given the default values but I get an error when doing
sbt
command:Used entries:
If I replace scala and sbt versions with latest ones it works properly: