Skip to content

Commit

Permalink
Update scala3-library to 3.3.3 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 2, 2024
1 parent a410bbf commit 1f16202
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.13")

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

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

Expand Down

0 comments on commit 1f16202

Please sign in to comment.