Skip to content

Commit 0f21c40

Browse files
authored
Update build.sbt
1 parent b773198 commit 0f21c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val commonSettings = Seq(
22
organization := "com.whisk",
33
version := "0.9.9",
44
scalaVersion := "2.13.0",
5-
crossScalaVersions := Seq("2.13.0", "2.12.3", "2.11.11"),
5+
crossScalaVersions := Seq("2.13.0", "2.12.8", "2.11.12"),
66
scalacOptions ++= Seq("-feature", "-deprecation"),
77
fork in Test := true,
88
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),

0 commit comments

Comments
 (0)