Skip to content

Commit

Permalink
build, fix: use correct Scala3 version for Natove
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Podsiadlo committed Jan 22, 2022
1 parent 32b32d2 commit 627f807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ val scala2Versions = List(scala213, scala212, scala211)
val scala3Versions = List(scala3)
val allScalaVersions = scala2Versions ++ scala3Versions

val scala3VersionsNative = List(scala3)
val scala3VersionsNative = List(scala3Native)
val allScalaVersionsNative = scala2Versions ++ scala3VersionsNative

def isNotScala211(v: Option[(Long, Long)]): Boolean = !v.contains((2, 11))
Expand Down

0 comments on commit 627f807

Please sign in to comment.