Skip to content

Commit 94ed9fc

Browse files
mprevellucidd
authored andcommitted
Update scala 2.11.11 to 2.11.12
1 parent 9f209db commit 94ed9fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lazy val bindings = project.in(file("bindings"))
3737
.settings(
3838
name := "scala-js-chrome",
3939
scalaVersion := "2.12.6",
40-
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.6"),
40+
crossScalaVersions := Seq("2.10.6", "2.11.12", "2.12.6"),
4141
libraryDependencies ++= Seq(
4242
"org.scala-js" %%% "scalajs-dom" % "0.9.6"
4343
),
@@ -78,7 +78,7 @@ lazy val monixInterop = project.in(file("interop/monix")).
7878
settings(
7979
name := "scala-js-chrome-monix",
8080
scalaVersion := "2.12.6",
81-
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.6"),
81+
crossScalaVersions := Seq("2.10.6", "2.11.12", "2.12.6"),
8282
libraryDependencies ++= Seq(
8383
"io.monix" %%% "monix" % "2.3.3"
8484
),
@@ -97,7 +97,7 @@ lazy val fs2Interop = project.in(file("interop/fs2")).
9797
settings(
9898
name := "scala-js-chrome-fs2",
9999
scalaVersion := "2.12.6",
100-
crossScalaVersions := Seq("2.11.11", "2.12.6"),
100+
crossScalaVersions := Seq("2.11.12", "2.12.6"),
101101
libraryDependencies ++= Seq(
102102
"co.fs2" %%% "fs2-core" % "0.10.5"
103103
),

0 commit comments

Comments
 (0)