Skip to content

Commit

Permalink
Merge pull request #81 from outr/update/scala3-library-3.0.2
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.0.2
  • Loading branch information
darkfrog26 committed Nov 11, 2021
2 parents ae4db08 + 659ddb7 commit 67a7eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ import sbtcrossproject.CrossType
// Scala versions
val scala213 = "2.13.7"
val scala212 = "2.12.15"
val scala3 = List("3.0.1")
val scala3 = List("3.0.2")
val scala2 = List(scala213, scala212)
val allScalaVersions = scala2 ::: scala3
val compatScalaVersions = List(scala213, scala212)
Expand Down

0 comments on commit 67a7eed

Please sign in to comment.