ihji / sbt-antlr4

Antlr4 plugin for sbt 1.1+ and 0.13.x
57 stars 35 forks source link

Invalid instructions #27

Closed Khalian closed 3 years ago

Khalian commented 4 years ago

I set up your plugin, But I got

/Users/arunavs/Modulo12/build.sbt:15: error: type mismatch;
 found   : sbt.internal.DslEntry
 required: sbt.Def.SettingsDefinition
    enablePlugins(Antlr4Plugin),

Please provide proper instructions for setting up and preferably a sample project actually setting this up.

ihji commented 4 years ago

What sbt version did you use?

Khalian commented 3 years ago

oh yea good point. i switched to 1.47. seems to pass correctly.