Skip to content

Commit

Permalink
scala 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed Sep 28, 2024
1 parent 1583de5 commit ad7d36c
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.0"
scalaVersion := "3.5.1"
)

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

0 comments on commit ad7d36c

Please sign in to comment.