Skip to content

Commit

Permalink
add Scala 3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jul 16, 2021
1 parent 5d7f04c commit e20fe65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import sbt._

object Dependencies {
// Sync versions in .travis.yml
val Scala212 = "2.12.14"
val Scala213 = "2.13.6"
val Scala3 = "3.0.2-RC1"

val ScalaVersions = Seq(Scala212, Scala213)
val ScalaVersions = Seq(Scala212, Scala213, Scala3)

def scalaTest = "org.scalatest" %% "scalatest" % "3.2.9" % Test

Expand Down

0 comments on commit e20fe65

Please sign in to comment.