File tree Expand file tree Collapse file tree 7 files changed +8
-21
lines changed Expand file tree Collapse file tree 7 files changed +8
-21
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,7 @@ language: scala
5
5
sudo : false
6
6
scala :
7
7
- 2.12.8
8
+ - 2.13.1
8
9
jdk :
9
10
- openjdk8
10
11
- openjdk11
11
- matrix :
12
- include :
13
- - jdk : openjdk8
14
- scala : 2.13.0
15
- script :
16
- # TODO lift-json for Scala 2.13
17
- - sbt "++ ${TRAVIS_SCALA_VERSION}!"
18
- " all json4s-jackson/test json4s-native/test jsoup/test core/test tagsoup/test"
19
- - jdk : openjdk11
20
- scala : 2.13.0
21
- script :
22
- # TODO lift-json for Scala 2.13
23
- - sbt "++ ${TRAVIS_SCALA_VERSION}!"
24
- " all json4s-jackson/test json4s-native/test jsoup/test core/test tagsoup/test"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description :=
4
4
" Core Dispatch module wrapping async-http-client"
5
5
6
6
libraryDependencies +=
7
- " org.asynchttpclient" % " async-http-client" % " 2.10.1 "
7
+ " org.asynchttpclient" % " async-http-client" % " 2.10.4 "
8
8
9
9
enablePlugins(BuildInfoPlugin )
10
10
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ description :=
5
5
6
6
libraryDependencies ++= Seq (
7
7
" org.json4s" %% " json4s-jackson" % " 3.6.7" ,
8
- " ws.unfiltered" %% " unfiltered-netty-server" % " 0.10.0-M4 " % " test"
8
+ " ws.unfiltered" %% " unfiltered-netty-server" % " 0.10.0-M5 " % " test"
9
9
)
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ val json4sVersion = "3.6.7"
8
8
libraryDependencies ++= Seq (
9
9
" org.json4s" %% " json4s-core" % json4sVersion,
10
10
" org.json4s" %% " json4s-native" % json4sVersion,
11
- " ws.unfiltered" %% " unfiltered-netty-server" % " 0.10.0-M4 " % " test"
11
+ " ws.unfiltered" %% " unfiltered-netty-server" % " 0.10.0-M5 " % " test"
12
12
)
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ description :=
6
6
scalacOptions += " -Xfatal-warnings"
7
7
8
8
libraryDependencies ++= Seq (
9
- " net.liftweb" %% " lift-json" % " 3.3 .0" ,
10
- " org.mockito" % " mockito-core" % " 3.0 .0" % " test"
9
+ " net.liftweb" %% " lift-json" % " 3.4 .0" ,
10
+ " org.mockito" % " mockito-core" % " 3.1 .0" % " test"
11
11
)
Original file line number Diff line number Diff line change 1
- sbt.version =1.2.8
1
+ sbt.version =1.3.3
Original file line number Diff line number Diff line change 1
1
libraryDependencies ++= Seq (
2
2
" org.scalacheck" %% " scalacheck" % " 1.14.0" % " test" ,
3
- " ws.unfiltered" %% " unfiltered-netty-server" % " 0.10.0-M4 " % " test" ,
3
+ " ws.unfiltered" %% " unfiltered-netty-server" % " 0.10.0-M5 " % " test" ,
4
4
" org.slf4j" % " slf4j-simple" % " 1.7.26" % " test"
5
5
)
You can’t perform that action at this time.
0 commit comments