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 :=
4
4
" Dispatch module providing json4s support"
5
5
6
6
libraryDependencies ++= Seq (
7
- " org.json4s" %% " json4s-jackson" % " 4.1.0-M6 " ,
7
+ " org.json4s" %% " json4s-jackson" % " 4.1.0-M5 " ,
8
8
" ws.unfiltered" %% " unfiltered-netty-server" % " 0.13.0-M2" % " test"
9
9
)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name := "dispatch-json4s-native"
3
3
description :=
4
4
" Dispatch module providing json4s native support"
5
5
6
- val json4sVersion = " 4.1.0-M6 "
6
+ val json4sVersion = " 4.1.0-M5 "
7
7
8
8
libraryDependencies ++= Seq (
9
9
" org.json4s" %% " json4s-core" % json4sVersion,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import sbt._
3
3
object Common {
4
4
import Keys ._
5
5
6
- val defaultScalaVersion = " 3.4.2 "
6
+ val defaultScalaVersion = " 3.3.3 "
7
7
8
8
val testSettings : Seq [Setting [_]] = Seq (
9
9
Test / testOptions += Tests .Cleanup { loader =>
@@ -16,7 +16,7 @@ object Common {
16
16
val settings : Seq [Setting [_]] = Seq (
17
17
version := " 2.0.0-SNAPSHOT" ,
18
18
19
- crossScalaVersions := Seq (" 2.13.14" , " 3.4.2 " ),
19
+ crossScalaVersions := Seq (" 2.13.14" , " 3.3.3 " ),
20
20
21
21
scalaVersion := defaultScalaVersion,
22
22
You can’t perform that action at this time.
0 commit comments