Skip to content

Commit 00e7d5a

Browse files
committed
Bump Scala and dependencies
1 parent 91fc687 commit 00e7d5a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: scala
22
sudo: false
33

44
scala:
5-
- 2.11.8
6-
- 2.12.1
5+
- 2.11.11
6+
- 2.12.3
77

88
jdk: oraclejdk8
99

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage := Some(url("https://github.com/jonas/circe-config"))
55
licenses += "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")
66
apiURL := Some(url("https://jonas.github.io/circe-config/api/"))
77

8-
crossScalaVersions := Seq("2.11.8", "2.12.1")
8+
crossScalaVersions := Seq("2.11.11", "2.12.3")
99
scalaVersion := crossScalaVersions.value.last
1010

1111
enablePlugins(GitPlugin)
@@ -40,10 +40,10 @@ releaseProcess := {
4040

4141
val Versions = new {
4242
val circe = "0.7.0"
43-
val discipline = "0.7.2"
44-
val scalaCheck = "0.13.4"
45-
val scalaTest = "3.0.1"
4643
val config = "1.3.1"
44+
val discipline = "0.8"
45+
val scalaCheck = "0.13.5"
46+
val scalaTest = "3.0.4"
4747
}
4848

4949
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)