split for sbt gha

This commit is contained in:
Mark Canlas 2022-06-20 12:07:16 -04:00
parent 01f1eb20a6
commit 397ba5a92d

View File

@ -11,8 +11,11 @@ object Scala3Plugin extends AutoPlugin {
*/
override def trigger: PluginTrigger = AllRequirements
override val buildSettings: Seq[Setting[_]] = Seq(
scalaVersion := "3.1.2"
)
override val projectSettings: Seq[Setting[_]] = Seq(
scalaVersion := "3.1.2",
scalacOptions ++= Seq("-indent", "-rewrite")
)
}