Skip to content

Commit e40f339

Browse files
Stabalize build versions for release prep
1 parent a7b4ec0 commit e40f339

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

json4sjackson/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description :=
44
"Dispatch module providing json4s support"
55

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

json4snative/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "dispatch-json4s-native"
33
description :=
44
"Dispatch module providing json4s native support"
55

6-
val json4sVersion = "4.1.0-M6"
6+
val json4sVersion = "4.1.0-M5"
77

88
libraryDependencies ++= Seq(
99
"org.json4s" %% "json4s-core" % json4sVersion,

project/common.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object 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

0 commit comments

Comments
 (0)