Skip to content

Commit a78040c

Browse files
committed
update Scala version
1 parent f031cf6 commit a78040c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ lazy val bindings = project.in(file("bindings"))
3636
.settings(commonSettings: _*)
3737
.settings(
3838
name := "scala-js-chrome",
39-
scalaVersion := "2.12.2",
40-
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.2"),
39+
scalaVersion := "2.12.4",
40+
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.4"),
4141
libraryDependencies ++= Seq(
4242
"org.scala-js" %%% "scalajs-dom" % "0.9.4"
4343
),
@@ -77,8 +77,8 @@ lazy val monixInterop = project.in(file("interop/monix")).
7777
settings(commonSettings: _*).
7878
settings(
7979
name := "scala-js-chrome-monix",
80-
scalaVersion := "2.12.2",
81-
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.2"),
80+
scalaVersion := "2.12.4",
81+
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.4"),
8282
libraryDependencies ++= Seq(
8383
"io.monix" %%% "monix" % "2.2.4"
8484
),
@@ -96,8 +96,8 @@ lazy val fs2Interop = project.in(file("interop/fs2")).
9696
settings(commonSettings: _*).
9797
settings(
9898
name := "scala-js-chrome-fs2",
99-
scalaVersion := "2.12.2",
100-
crossScalaVersions := Seq("2.11.11", "2.12.2"),
99+
scalaVersion := "2.12.4",
100+
crossScalaVersions := Seq("2.11.11", "2.12.4"),
101101
libraryDependencies ++= Seq(
102102
"co.fs2" %%% "fs2-core" % "0.9.7"
103103
),

0 commit comments

Comments
 (0)