Skip to content

Commit

Permalink
Merge pull request #598 from scala-steward/update/discipline-scalates…
Browse files Browse the repository at this point in the history
…t-1.0.0-M1

Update discipline-scalatest to 1.0.0-M1
  • Loading branch information
djspiewak authored Aug 6, 2019
2 parents 1f7e578 + 2253d4c commit 349ca38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val CatsVersion = "2.0.0-RC1"
val ScalaTestVersion = "3.1.0-SNAP13"
val ScalaTestPlusScalaCheckVersion = "1.0.0-SNAP8"
val ScalaCheckVersion = "1.14.0"
val DisciplineVersion = "0.12.0-M3"
val DisciplineScalatestVersion = "1.0.0-M1"

addCommandAlias("ci", ";test ;mimaReportBinaryIssues; doc")
addCommandAlias("release", ";project root ;reload ;+publish ;sonatypeReleaseAll ;microsite/publishMicrosite")
Expand Down Expand Up @@ -252,7 +252,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform).in(file("core"))
"org.scalatest" %%% "scalatest" % ScalaTestVersion % Test,
"org.scalatestplus" %%% "scalatestplus-scalacheck" % ScalaTestPlusScalaCheckVersion % Test,
"org.scalacheck" %%% "scalacheck" % ScalaCheckVersion % Test,
"org.typelevel" %%% "discipline-scalatest" % DisciplineVersion % Test),
"org.typelevel" %%% "discipline-scalatest" % DisciplineScalatestVersion % Test),

libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down Expand Up @@ -285,7 +285,7 @@ lazy val laws = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-laws" % CatsVersion,
"org.scalacheck" %%% "scalacheck" % ScalaCheckVersion,
"org.typelevel" %%% "discipline-scalatest" % DisciplineVersion,
"org.typelevel" %%% "discipline-scalatest" % DisciplineScalatestVersion,
"org.scalatest" %%% "scalatest" % ScalaTestVersion % Test))

.jvmConfigure(_.enablePlugins(AutomateHeaderPlugin))
Expand Down

0 comments on commit 349ca38

Please sign in to comment.