Skip to content

Commit

Permalink
Update scala3-library to 3.3.1 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 8, 2023
1 parent be0255f commit 0ee9fc0
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 @@ -11,7 +11,7 @@ object ScalaVer {

final case object _213 extends ScalaVer("2.13.11")

final case object _300 extends ScalaVer("3.3.0")
final case object _300 extends ScalaVer("3.3.1")

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

Expand Down

0 comments on commit 0ee9fc0

Please sign in to comment.