File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ description :=
44 " Dispatch module providing json4s support"
55
66libraryDependencies ++= Seq (
7- " org.json4s" %% " json4s-jackson" % " 4.1.0-M6 " ,
7+ " org.json4s" %% " json4s-jackson" % " 4.1.0-M5 " ,
88 " ws.unfiltered" %% " unfiltered-netty-server" % " 0.13.0-M2" % " test"
99)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name := "dispatch-json4s-native"
33description :=
44 " Dispatch module providing json4s native support"
55
6- val json4sVersion = " 4.1.0-M6 "
6+ val json4sVersion = " 4.1.0-M5 "
77
88libraryDependencies ++= Seq (
99 " org.json4s" %% " json4s-core" % json4sVersion,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import sbt._
33object Common {
44 import Keys ._
55
6- val defaultScalaVersion = " 3.4.2 "
6+ val defaultScalaVersion = " 3.3.3 "
77
88 val testSettings : Seq [Setting [_]] = Seq (
99 Test / testOptions += Tests .Cleanup { loader =>
@@ -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" , " 3.4.2 " ),
19+ crossScalaVersions := Seq (" 2.13.14" , " 3.3.3 " ),
2020
2121 scalaVersion := defaultScalaVersion,
2222
You can’t perform that action at this time.
0 commit comments