Skip to content

Commit

Permalink
Update json4s to v4.0.5 (#722)
Browse files Browse the repository at this point in the history
* json4s v4.0.5 and other deps
sbt 1.6.2

* Reverted avro version to 1.9.2
  • Loading branch information
alexbolo authored Jun 13, 2022
1 parent dab9e3b commit 3918e66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ object Build extends AutoPlugin {
val Log4jVersion = "1.2.17"
val ScalatestVersion = "3.2.9"
val Slf4jVersion = "1.7.30"
val Json4sVersion = "3.6.11"
val Json4sVersion = "4.0.5"
val CatsVersion = "2.0.0"
val RefinedVersion = "0.9.26"
val ShapelessVersion = "2.3.7"
val RefinedVersion = "0.9.29"
val ShapelessVersion = "2.3.9"
val MagnoliaVersion = "0.17.0"
val SbtJmhVersion = "0.3.7"
val JmhVersion = "1.23"
val JmhVersion = "1.35"
}

import autoImport._
Expand All @@ -35,7 +35,7 @@ object Build extends AutoPlugin {
scalaVersion := "2.13.5",
crossScalaVersions := Seq("2.12.14", "2.13.5"),
resolvers += Resolver.mavenLocal,
parallelExecution in Test := false,
Test / parallelExecution := false,
scalacOptions := Seq(
"-unchecked", "-deprecation",
"-encoding",
Expand All @@ -60,7 +60,7 @@ object Build extends AutoPlugin {

val publishingSettings = Seq(
publishMavenStyle := true,
publishArtifact in Test := false,
Test / publishArtifact := false,
credentials += Credentials(
"Sonatype Nexus Repository Manager",
"oss.sonatype.org",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.2
sbt.version=1.6.2

0 comments on commit 3918e66

Please sign in to comment.