Skip to content

Commit 5e60e01

Browse files
Jentschpeter-empen
authored andcommitted
Bump versions of most dependencies (scala-graph#153)
Affected dependencies: scala, sbt, scala-test, and lift-json
1 parent f87a134 commit 5e60e01

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: scala
22
scala:
33
- 2.11.11
4-
- 2.12.7
4+
- 2.12.8
55
jdk:
66
- oraclejdk8
77
script:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val json = project
4949
defaultSettings ++ Seq(
5050
name := "Graph JSON",
5151
version := Version.json,
52-
libraryDependencies += "net.liftweb" %% "lift-json" % "3.0.1"
52+
libraryDependencies += "net.liftweb" %% "lift-json" % "3.1.1"
5353
)
5454
)
5555

@@ -95,7 +95,7 @@ lazy val defaultSettings = Defaults.coreDefaultSettings ++ Seq(
9595
Test / testOptions := Seq(Tests.Filter(s => s.endsWith("Test"))),
9696
libraryDependencies ++= Seq(
9797
"junit" % "junit" % "4.12" % "test",
98-
"org.scalatest" %% "scalatest" % "3.0.1" % "test",
98+
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
9999
"org.scala-lang.modules" %% "scala-xml" % "1.0.5" % "test"
100100
)
101101
) ++ GraphSonatype.settings

project/Version.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object Version {
22
val compiler_2_11 = "2.11.12"
3-
val compiler_2_12 = "2.12.7"
3+
val compiler_2_12 = "2.12.8"
44

55
private val isSnapshot = false
66
private def snapshot = if (isSnapshot) "-SNAPSHOT" else ""

project/build.properties

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

0 commit comments

Comments
 (0)