CodelyTV / scala-basic-skeleton.g8

🧬🌱 Scala Basic Skeleton: Template for bootstrapping your new Scala project following idiomatic best practices powered by Giter 8.
https://pro.codely.com/library/introduccion-a-scala-29386/63278/about/
MIT License
18 stars 17 forks source link

Error using default versions #13

Closed gpalomar closed 1 year ago

gpalomar commented 4 years ago

Hi! I've tried to run this basic bootstrap skeleton given the default values but I get an error when doing sbt command:

[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
JavierCane commented 4 years ago

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 😊