Skip to content

Commit

Permalink
Add ScalaVersion 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BalmungSan authored Sep 14, 2023
1 parent 383dd33 commit 8b81e77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ object ScalaVersion {
val V3_0_0 = ScalaVersion(3, 0, 0)
val V3_1_0 = ScalaVersion(3, 1, 0)
val V3_3_0 = ScalaVersion(3, 3, 0)
val V3_3_1 = ScalaVersion(3, 3, 1)

implicit val scalaVersionOrdering: Ordering[ScalaVersion] =
Ordering.by(version => (version.major, version.minor, version.patch))
Expand Down

0 comments on commit 8b81e77

Please sign in to comment.