Skip to content

Commit

Permalink
scala 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed Nov 2, 2024
1 parent 862e69b commit e9f6f70
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.5.1"
scalaVersion := "3.5.2"
)

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

0 comments on commit e9f6f70

Please sign in to comment.