Skip to content

Commit

Permalink
Update scala-library to 2.13.7 in 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
json4s-bot[bot] authored and xuwei-k committed Nov 3, 2021
1 parent 361114d commit 7e3eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object build {
val json4sSettings = mavenCentralFrouFrou ++ mimaSettings ++ Def.settings(
organization := "org.json4s",
scalaVersion := Scala212,
crossScalaVersions := Seq("2.10.7", "2.11.12", Scala212, "2.13.6"),
crossScalaVersions := Seq("2.10.7", "2.11.12", Scala212, "2.13.7"),
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:existentials", "-language:implicitConversions", "-language:higherKinds", "-language:postfixOps"),
scalacOptions ++= PartialFunction.condOpt(CrossVersion.partialVersion(scalaVersion.value)) {
case Some((2, 10)) => "-optimize"
Expand Down

0 comments on commit 7e3eec0

Please sign in to comment.