Skip to content

Commit

Permalink
Merge pull request #1622 from peterneyens/discipline-scalatest-update
Browse files Browse the repository at this point in the history
Update Discipline and ScalaTest
  • Loading branch information
ceedubs authored Apr 25, 2017
2 parents b6fc4e8 + 4996aff commit 97a3d26
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 @@ -91,8 +91,8 @@ lazy val includeGeneratedSrc: Setting[_] = {
lazy val catsSettings = commonSettings ++ publishSettings ++ scoverageSettings ++ javadocSettings

lazy val scalaCheckVersion = "1.13.4"
lazy val scalaTestVersion = "3.0.0"
lazy val disciplineVersion = "0.7.2"
lazy val scalaTestVersion = "3.0.1"
lazy val disciplineVersion = "0.7.3"

lazy val disciplineDependencies = Seq(
libraryDependencies += "org.scalacheck" %%% "scalacheck" % scalaCheckVersion,
Expand Down

0 comments on commit 97a3d26

Please sign in to comment.