mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-21 03:29:30 +00:00
split for sbt gha
This commit is contained in:
parent
01f1eb20a6
commit
397ba5a92d
@ -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")
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user