Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 9b209c7

Browse files
committed
Bump scala version
1 parent fca789b commit 9b209c7

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
@@ -5,7 +5,9 @@ organization := "com.mdialog"
55

66
version := "1.2.0"
77

8-
scalaVersion := "2.11.7"
8+
scalaVersion := "2.12.1"
9+
10+
crossScalaVersions := Seq("2.11.8", "2.12.1")
911

1012
parallelExecution := false
1113

0 commit comments

Comments
 (0)