Skip to content

Commit

Permalink
Bumped up to use scalatest 3.1.0-RC3 in build.sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Sep 18, 2019
1 parent 80e7507 commit e4de53f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3.1.x/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ skip in publish := true

lazy val rules = project.settings(
moduleName := "autofix",
version := "3.1.0.0-RC2",
version := "3.1.0.0-RC3",
crossScalaVersions := List("2.12.8", "2.11.12"),
organization := "org.scalatest",
homepage := Some(url("https://github.com/scalatest/autofix")),
Expand Down Expand Up @@ -49,7 +49,7 @@ lazy val input = project.settings(
skip in publish := true,
libraryDependencies ++=
Seq(
"org.scalatest" %% "scalatest" % "3.1.0-RC2",
"org.scalatest" %% "scalatest" % "3.1.0-RC3",
"org.scalacheck" %% "scalacheck" % "1.14.0",
"org.easymock" % "easymockclassextension" % "3.2",
"org.jmock" % "jmock-legacy" % "2.8.3",
Expand All @@ -64,7 +64,7 @@ lazy val output = project.settings(
skip in publish := true,
libraryDependencies ++=
Seq(
"org.scalatest" %% "scalatest" % "3.1.0-RC2",
"org.scalatest" %% "scalatest" % "3.1.0-RC3",
"org.scalacheck" %% "scalacheck" % "1.14.0",
"org.easymock" % "easymockclassextension" % "3.2",
"org.jmock" % "jmock-legacy" % "2.8.3",
Expand Down

0 comments on commit e4de53f

Please sign in to comment.