Skip to content

Commit

Permalink
Merge pull request #30 from sangria-graphql-org/sbt_2.13.1
Browse files Browse the repository at this point in the history
update sbt to 2.13.1 and sbt-scoverage to 1.6.1
  • Loading branch information
yanns authored Jan 9, 2020
2 parents 83b221c + ffcc3d8 commit 00fc7a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala
scala:
- 2.11.12
- 2.12.10
- 2.13.0
- 2.13.1
jdk:
- openjdk8
- openjdk11
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ lazy val projectInfo = Seq(
)

lazy val scalaSettings = Seq(
scalaVersion := "2.13.0",
scalaVersion := "2.13.1",
crossScalaVersions := Seq("2.11.12", "2.12.10", scalaVersion.value),
scalacOptions ++= Seq(
"-deprecation",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resolvers += Resolver.url(
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")

0 comments on commit 00fc7a0

Please sign in to comment.