Skip to content

Commit

Permalink
minor version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrodgers committed May 21, 2021
1 parent f203872 commit ddc074e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ startYear := Some(2014)

// scala versions and options

scalaVersion := "2.12.8"
crossScalaVersions := Seq("2.11.12", "2.12.8")
scalaVersion := "2.12.13"
crossScalaVersions := Seq("2.11.12", "2.12.13")
releaseCrossBuild := true

// These options will be used for *all* versions.
Expand Down Expand Up @@ -41,7 +41,7 @@ libraryDependencies ++= Seq (
// -- testing --
"org.scalatest" %% "scalatest" % "3.0.4" % Test
// -- json --
,"io.spray" %% "spray-json" % "1.3.4"
,"io.spray" %% "spray-json" % "1.3.6"
// -- reflection --
,"org.scala-lang" % "scala-reflect" % scalaVersion.value
).map(_.force())
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")

0 comments on commit ddc074e

Please sign in to comment.