Skip to content

Commit

Permalink
Add scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Dec 18, 2023
1 parent c9f3d62 commit c823f98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import scala.Ordering.Implicits._

val scala212 = "2.12.18"
val scala213 = "2.13.12"
val scalaVersions = List(scala213, scala212)
val scala3 = "3.3.1"
val scalaVersions = List(scala213, scala212, scala3)

object `compiler-core` extends Cross[CompilerCoreModule](scalaVersions)
trait CompilerCoreModule
Expand Down

0 comments on commit c823f98

Please sign in to comment.