JetBrains / sbt-ide-settings

SBT plugin for tweaking various IDE settings
Apache License 2.0
62 stars 8 forks source link

Scala 3 Support #15

Open fernanluyano opened 1 year ago

fernanluyano commented 1 year ago

This doesn't seem to available for Scala 3

unkarjedy commented 1 year ago

@fernanluyano Can you elaborate, please? I tried to use it in a Scala 3 project. I set idePackagePrefix := Some("org.example") and it works fine.