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
55sudo : false
66scala :
77 - 2.12.8
8+ - 2.13.1
89jdk :
910 - openjdk8
1011 - 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 :=
44 " Core Dispatch module wrapping async-http-client"
55
66libraryDependencies +=
7- " org.asynchttpclient" % " async-http-client" % " 2.10.1 "
7+ " org.asynchttpclient" % " async-http-client" % " 2.10.4 "
88
99enablePlugins(BuildInfoPlugin )
1010
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ description :=
55
66libraryDependencies ++= Seq (
77 " 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"
99)
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ val json4sVersion = "3.6.7"
88libraryDependencies ++= Seq (
99 " org.json4s" %% " json4s-core" % json4sVersion,
1010 " 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"
1212)
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ description :=
66scalacOptions += " -Xfatal-warnings"
77
88libraryDependencies ++= 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"
1111)
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 11libraryDependencies ++= Seq (
22 " 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" ,
44 " org.slf4j" % " slf4j-simple" % " 1.7.26" % " test"
55)
You can’t perform that action at this time.
0 commit comments