Skip to content

Commit

Permalink
Update scala3-library to 3.4.2 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 17, 2024
1 parent 892fcd1 commit a5c1859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ScalaVer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object ScalaVer {

final case object _213 extends ScalaVer("2.13.14")

final case object _300 extends ScalaVer("3.4.1")
final case object _300 extends ScalaVer("3.4.2")

val values: Seq[ScalaVer] = Set(_211, _212, _213, _300).toSeq

Expand Down

0 comments on commit a5c1859

Please sign in to comment.