Skip to content

Commit

Permalink
update scala version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 13, 2023
1 parent 3d2513a commit 0a9646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/t1/scala3/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TaskKey[Unit]("check") := {
}

val commonSettings = Def.settings(
scalaVersion := "3.1.1",
scalaVersion := "3.3.1",
)

commonSettings
Expand Down

0 comments on commit 0a9646b

Please sign in to comment.