File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: scala
2
2
sudo : false
3
3
4
4
scala :
5
- - 2.11.8
6
- - 2.12.1
5
+ - 2.11.11
6
+ - 2.12.3
7
7
8
8
jdk : oraclejdk8
9
9
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage := Some(url("https://github.com/jonas/circe-config"))
5
5
licenses += " Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0.html" )
6
6
apiURL := Some (url(" https://jonas.github.io/circe-config/api/" ))
7
7
8
- crossScalaVersions := Seq (" 2.11.8 " , " 2.12.1 " )
8
+ crossScalaVersions := Seq (" 2.11.11 " , " 2.12.3 " )
9
9
scalaVersion := crossScalaVersions.value.last
10
10
11
11
enablePlugins(GitPlugin )
@@ -40,10 +40,10 @@ releaseProcess := {
40
40
41
41
val Versions = new {
42
42
val circe = " 0.7.0"
43
- val discipline = " 0.7.2"
44
- val scalaCheck = " 0.13.4"
45
- val scalaTest = " 3.0.1"
46
43
val config = " 1.3.1"
44
+ val discipline = " 0.8"
45
+ val scalaCheck = " 0.13.5"
46
+ val scalaTest = " 3.0.4"
47
47
}
48
48
49
49
libraryDependencies ++= Seq (
You can’t perform that action at this time.
0 commit comments