mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-30 14:29:48 +00:00
scala 3.2.2
This commit is contained in:
parent
5ba86116ab
commit
21dd21948a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
scala: [3.2.2-RC1]
|
scala: [3.2.2]
|
||||||
java: [temurin@11]
|
java: [temurin@11]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -12,7 +12,7 @@ object Scala3Plugin extends AutoPlugin {
|
|||||||
override def trigger: PluginTrigger = AllRequirements
|
override def trigger: PluginTrigger = AllRequirements
|
||||||
|
|
||||||
override val buildSettings: Seq[Setting[_]] = Seq(
|
override val buildSettings: Seq[Setting[_]] = Seq(
|
||||||
scalaVersion := "3.2.2-RC1"
|
scalaVersion := "3.2.2"
|
||||||
)
|
)
|
||||||
|
|
||||||
override val projectSettings: Seq[Setting[_]] = Seq(
|
override val projectSettings: Seq[Setting[_]] = Seq(
|
||||||
|
Loading…
Reference in New Issue
Block a user