foundweekends / giter8

a command line tool to apply templates defined on GitHub
https://www.foundweekends.org/giter8/
Apache License 2.0
1.74k stars 223 forks source link

remove unnecessary scripted-plugin setting #911

Closed xuwei-k closed 1 month ago

xuwei-k commented 1 month ago

sbt.plugins.SbtPlugin pulls ScriptedPlugin dependency.

https://github.com/sbt/sbt/blob/c5b11a41a923ba41d6f03661fd0877021eadbdd1/main/src/main/scala/sbt/plugins/SbtPlugin.scala#L15-L16

cross build for sbt 0.13 need different settings

https://github.com/foundweekends/giter8/commit/3b2bf6caeaafd87d679c305eb0817feccd5febf4#diff-5634c415cd8c8504fdb973a3ed092300b43c4b8fc1e184f7249eb29a55511f91R119