Skip to content

Commit 172781a

Browse files
authored
Merge pull request #236 from xuwei-k/Scala-2.13.0
Scala 2.13.0
2 parents dcbc866 + 24a0716 commit 172781a

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
@@ -6,7 +6,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
66
organization := "net.debasishg",
77
version := "3.9",
88
scalaVersion := "2.12.8",
9-
crossScalaVersions := Seq("2.11.12", "2.10.7", "2.13.0-RC2"),
9+
crossScalaVersions := Seq("2.11.12", "2.10.7", "2.13.0"),
1010

1111
scalacOptions in Compile ++= Seq( "-unchecked", "-feature", "-language:postfixOps", "-deprecation" ),
1212

@@ -23,7 +23,7 @@ lazy val coreSettings = commonSettings ++ Seq(
2323
"org.slf4j" % "slf4j-log4j12" % "1.7.25" % "provided",
2424
"log4j" % "log4j" % "1.2.17" % "provided",
2525
"junit" % "junit" % "4.12" % "test",
26-
"org.scalatest" %% "scalatest" % "3.0.8-RC4" % "test"),
26+
"org.scalatest" %% "scalatest" % "3.0.8" % "test"),
2727

2828
parallelExecution in Test := false,
2929
publishTo := version { (v: String) =>

0 commit comments

Comments
 (0)