zio / zio-project-seed.g8

giter8 template used to start new ZIO projects for the ZIO organization
Apache License 2.0
21 stars 22 forks source link

Escape $ #28

Closed sideeffffect closed 4 years ago

sideeffffect commented 4 years ago

fixes https://github.com/zio/zio-project-seed.g8/issues/27

/cc @holinov @sidnt

Apologies for the caused issues :pray:

sidnt commented 4 years ago

@sideeffffect have you tested this template on your local. i tried it but it failed.

sbt new  sideeffffect/zio-project-seed.g8 --branch patch-1
...
...
name [ZIO Project]: zio-xyz

Exiting due to error in the template: /var/folders/kc/ks0ygp594f9d767shllqmzkr0000gn/T/giter8-221924470055972
File: /var/folders/kc/ks0ygp594f9d767shllqmzkr0000gn/T/giter8-221924470055972/src/main/g8/project/BuildHelper.scala, 222:55: '" % SilencerVersion % Provided)
            .withDottyCompat(scalaVersion.value)
        )
      else
        Seq(
          "' came as a complete surprise to me
sideeffffect commented 4 years ago

Sorry, I didn't expect as many problems with the template. I have now tested it and verified that it produces compilable project with passing tests :tada: