Skip to content

Commit

Permalink
Update scalatest to 3.2.10 (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: Yang, Bo <pop.atry@gmail.com>
  • Loading branch information
scala-steward and Atry committed Nov 14, 2021
1 parent 3933eb1 commit a0992e2
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion compilerplugins-BangNotation/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ scalacOptions ++= {
}
}

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test
2 changes: 1 addition & 1 deletion comprehension/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ scalacOptions in Compile ++= {
}
}

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test
2 changes: 1 addition & 1 deletion domains-scalaz/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ scalacOptions in Compile ++= {
}
}

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test
2 changes: 1 addition & 1 deletion domains-task/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Optional
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Optional

scalacOptions in Compile ++= {
scalaBinaryVersion.value match {
Expand Down
2 changes: 1 addition & 1 deletion keywords-AsynchronousIo/.jvm/jvm.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ exampleSuperTypes := exampleSuperTypes.value.map {
otherTrait
}

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test
2 changes: 1 addition & 1 deletion keywords-Await/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ exampleSuperTypes := exampleSuperTypes.value.map {
otherTrait
}

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test
2 changes: 1 addition & 1 deletion keywords-Catch/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test

scalacOptions in Compile ++= {
scalaBinaryVersion.value match {
Expand Down
2 changes: 1 addition & 1 deletion keywords-Continue/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enablePlugins(Example)

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test

scalacOptions ++= {
import Ordering.Implicits._
Expand Down
2 changes: 1 addition & 1 deletion keywords-Each/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enablePlugins(Example)

addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3")

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test

scalacOptions in Compile ++= {
scalaBinaryVersion.value match {
Expand Down
2 changes: 1 addition & 1 deletion keywords-ForEach/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enablePlugins(Example)

addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3")

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test

scalacOptions in Compile ++= {
scalaBinaryVersion.value match {
Expand Down
2 changes: 1 addition & 1 deletion keywords-NullSafe/.jvm/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
enablePlugins(Example)

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test
2 changes: 1 addition & 1 deletion keywords-Put/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
enablePlugins(Example)

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test
2 changes: 1 addition & 1 deletion keywords-Return/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
enablePlugins(Example)

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test
2 changes: 1 addition & 1 deletion keywords-Using/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test

enablePlugins(Example)

Expand Down
2 changes: 1 addition & 1 deletion keywords-Yield/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test

scalacOptions in Compile ++= {
scalaBinaryVersion.value match {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ package com.thoughtworks.dsl.keywords

import com.thoughtworks.dsl.Dsl.!!
import com.thoughtworks.enableMembersIf
import org.scalatest.{FreeSpec, Matchers}
import org.scalatest.freespec.AnyFreeSpec
import org.scalatest.matchers.should.Matchers

import scala.annotation.tailrec
import scala.collection.{LinearSeq, SeqView}
import scala.runtime.NonLocalReturnControl

/** @author 杨博 (Yang Bo)
*/
class YieldSpec213 extends FreeSpec with Matchers {
class YieldSpec213 extends AnyFreeSpec with Matchers {

"lazylist" - {

Expand Down
2 changes: 1 addition & 1 deletion package/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enablePlugins(Example)

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test

publishArtifact := false

Expand Down

0 comments on commit a0992e2

Please sign in to comment.