Skip to content

Commit 9460147

Browse files
Working compile on scala 3
1 parent 01dbc14 commit 9460147

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

json4sjackson/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ description :=
55

66
libraryDependencies ++= 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
)

json4snative/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ val json4sVersion = "3.6.7"
88
libraryDependencies ++= 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
)

project/common.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ufcheck/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
libraryDependencies ++= 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
)

0 commit comments

Comments
 (0)