8000 Update build.sbt · codecov/example-scala@774a4eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 774a4eb

Browse files
authored
Update build.sbt
Adds support for Scala versions: - 2.11.8 Upgrades version: - scalatest: 2.2.0 -> 3.0.1
1 parent df0411d commit 774a4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version := "0.98.5"
44

55
scalaVersion := "2.10.2"
66

7-
crossScalaVersions := Seq("2.10.2", "2.10.3")
7+
crossScalaVersions := Seq("2.10.2", "2.10.3", "2.11.8")
88

99
libraryDependencies ++= Seq(
1010
"junit" % "junit" % "4.5",
11-
"org.scalatest" % "scalatest_2.10" % "2.2.0"
11+
"org.scalatest" %% "scalatest" % "3.0.1"
1212
)

0 commit comments

Comments
 (0)
0