Skip to content

Commit c3c1230

Browse files
committed
Use latest scala-2.13.x
1 parent 03abdfb commit c3c1230

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ lazy val core = project.in(file("core")).settings(scalaModuleSettings).settings(
4949
|\* */
5050
|
5151
|""".stripMargin)
52-
)
52+
),
53+
resolvers += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/",
54+
scalaVersion := "2.13.0-pre-d08e53f"
5355
)
5456

5557
lazy val junit = project.in(file("junit")).settings(

0 commit comments

Comments
 (0)