Skip to content

Commit

Permalink
Update scalatest to 3.1.0-SNAP11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 19, 2019
1 parent 9d8db63 commit 71cc821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "1.6.0",
"io.estatico" %%% "newtype" % "0.4.2",
"org.scalatest" %%% "scalatest" % "3.1.0-SNAP10" % Test,
"org.scalatest" %%% "scalatest" % "3.1.0-SNAP11" % Test,
"org.scalacheck" %%% "scalacheck" % "1.14.0" % Test
))
.jsSettings(coverageEnabled := false)
Expand All @@ -80,7 +80,7 @@ lazy val testkit = crossProject(JSPlatform, JVMPlatform)
name := "diffson-testkit",
crossScalaVersions := Seq(scala211, scala212/*, scala213*/),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.1.0-SNAP10",
"org.scalatest" %%% "scalatest" % "3.1.0-SNAP11",
"org.scalacheck" %%% "scalacheck" % "1.14.0"))
.jsSettings(coverageEnabled := false)
.dependsOn(core)
Expand Down

0 comments on commit 71cc821

Please sign in to comment.