Skip to content

Commit

Permalink
scala 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed Aug 19, 2024
1 parent a3fa10e commit 4ff3f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Scala3Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Scala3Plugin extends AutoPlugin {
override def trigger: PluginTrigger = AllRequirements

override val buildSettings: Seq[Setting[?]] = Seq(
scalaVersion := "3.4.2"
scalaVersion := "3.5.0"
)

override val projectSettings: Seq[Setting[?]] = Seq(
Expand Down

0 comments on commit 4ff3f76

Please sign in to comment.