Skip to content

Commit 7358333

Browse files
xuwei-kgslowikowski
authored andcommitted
Update dependencies
1 parent 417e42c commit 7358333

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jdk:
99
scala:
1010
- 2.10.7
1111
- 2.11.12
12-
- 2.12.7
12+
- 2.12.8
1313
- 2.13.0-M5
1414

1515
before_cache:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ val ScalatestVersion = "3.0.6-SNAP4"
1010

1111
val appSettings = Seq(
1212
organization := Org,
13-
scalaVersion := "2.12.7",
14-
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.7", "2.13.0-M5"),
13+
scalaVersion := "2.12.8",
14+
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-M5"),
1515
fork in Test := false,
1616
publishMavenStyle := true,
1717
publishArtifact in Test := false,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.1
1+
sbt.version=1.2.8

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

3-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
3+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
44

5-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
5+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
66

7-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")
7+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27")
88

9-
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.5.0")
9+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")

0 commit comments

Comments
 (0)