File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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-M6 " % " test"
8+ " ws.unfiltered" %% " unfiltered-netty-server" % " 0.13 .0-M2 " % " 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-M6 " % " test"
11+ " ws.unfiltered" %% " unfiltered-netty-server" % " 0.13 .0-M2 " % " test"
1212)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object Common {
1616 val settings : Seq [Setting [_]] = Seq (
1717 version := " 2.0.0-SNAPSHOT" ,
1818
19- crossScalaVersions := Seq (" 2.13.14" ),
19+ crossScalaVersions := Seq (" 2.13.14" , " 3.3.3 " ),
2020
2121 scalaVersion := defaultScalaVersion,
2222
Original file line number Diff line number Diff line change 11libraryDependencies ++= Seq (
2- " org.scalacheck" %% " scalacheck" % " 1.14 .0" % " test" ,
3- " ws.unfiltered" %% " unfiltered-netty-server" % " 0.10 .0-M6 " % " test" ,
2+ " org.scalacheck" %% " scalacheck" % " 1.18 .0" % " test" ,
3+ " ws.unfiltered" %% " unfiltered-netty-server" % " 0.13 .0-M2 " % " test" ,
44 " org.slf4j" % " slf4j-simple" % " 1.7.26" % " test"
55)
You can’t perform that action at this time.
0 commit comments