aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-06-29 17:56:06 -0700
committerJakob Odersky <jakob@odersky.com>2018-07-02 16:42:35 -0700
commit900c1b8d84e14d4aea8f1fbf0b0487597b9b58d0 (patch)
treeb7ad54465a2ae06c437bdc0cc5efd6c87bd0c2d4 /build.sbt
parentdf09f6ed64aad3e83f98e13a3d7d9b3a82ccd0a8 (diff)
downloadspray-json-derivation-900c1b8d84e14d4aea8f1fbf0b0487597b9b58d0.tar.gz
spray-json-derivation-900c1b8d84e14d4aea8f1fbf0b0487597b9b58d0.tar.bz2
spray-json-derivation-900c1b8d84e14d4aea8f1fbf0b0487597b9b58d0.zip
Prepare releasev0.5.0
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt11
1 files changed, 3 insertions, 8 deletions
diff --git a/build.sbt b/build.sbt
index cd613f7..ba74eba 100644
--- a/build.sbt
+++ b/build.sbt
@@ -25,18 +25,13 @@ lazy val sprayJsonDerivation =
)
)
.platformsSettings(JVMPlatform, JSPlatform)(
- libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.3" % "test"
+ libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.5" % "test"
)
.jvmSettings(
- mimaPreviousArtifacts := Set(
- "xyz.driver" %% "spray-json-derivation" % "0.3.1"),
- mimaBinaryIssueFilters +=
- ProblemFilters.exclude[ReversedMissingMethodProblem](
- "spray.json.DerivedFormats.extractFieldName"),
- crossScalaVersions := "2.12.4" :: "2.11.12" :: Nil
+ crossScalaVersions := "2.12.6" :: "2.11.12" :: Nil
)
.jsSettings(
- crossScalaVersions := "2.12.4" :: "2.11.12" :: Nil
+ crossScalaVersions := "2.12.6" :: "2.11.12" :: Nil
)
.nativeSettings(
crossScalaVersions := "2.11.12" :: Nil,