Skip to content

Commit

Permalink
scala 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed May 17, 2024
1 parent 986c83d commit 451acb9
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.1"
scalaVersion := "3.4.2"
)

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

0 comments on commit 451acb9

Please sign in to comment.