mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-04-09 23:37:16 +00:00
scala 3.7 source 💡
This commit is contained in:
parent
8594ea5048
commit
070095b9c0
@ -16,6 +16,6 @@ object Scala3Plugin extends AutoPlugin {
|
||||
)
|
||||
|
||||
override val projectSettings: Seq[Setting[?]] = Seq(
|
||||
scalacOptions ++= Seq("-indent", "-rewrite")
|
||||
scalacOptions ++= Seq("-indent", "-rewrite", "-source:3.7")
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user