Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalatest to 3.2.15 #644

Merged
merged 1 commit into from
Jan 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion domains-Task/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Optional
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Optional
2 changes: 1 addition & 1 deletion domains-scalaz/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies += "com.thoughtworks.tryt" %%% "invariant" % "3.0.0" % Test

libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M12" % Test

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test

enablePlugins(Example)

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 @@ -7,6 +7,6 @@ exampleSuperTypes := {
init"_root_.org.scalatest.freespec.AsyncFreeSpec" +: traits
}

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test

libraryDependencies += "com.lihaoyi" %%% "sourcecode" % "0.3.0" % Test
2 changes: 1 addition & 1 deletion keywords-Await/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ exampleSuperTypes := exampleSuperTypes.value.map {
otherTrait
}

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

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test
2 changes: 1 addition & 1 deletion keywords-Fence/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test

enablePlugins(Example)
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.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test
2 changes: 1 addition & 1 deletion keywords-Return/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test
testFrameworks += new TestFramework("utest.runner.Framework")
enablePlugins(Example)

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test
2 changes: 1 addition & 1 deletion keywords-Shift/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test

enablePlugins(Example)
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.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % 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
Expand Up @@ -2,7 +2,7 @@ libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test

testFrameworks += new TestFramework("utest.runner.Framework")

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test

scalacOptions in Compile ++= {
scalaBinaryVersion.value match {
Expand Down
2 changes: 1 addition & 1 deletion macros-Reset/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ libraryDependencies += "junit" % "junit" % "4.13.2" % Test

libraryDependencies += "com.lihaoyi" %%% "utest" % "0.8.1" % Test

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test

testFrameworks += new TestFramework("utest.runner.Framework")
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.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test

publishArtifact := false

Expand Down
2 changes: 1 addition & 1 deletion scala-async/.jvm/jvm.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % "2.6.20" % Te

libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.20" % Test cross CrossVersion.for3Use2_13

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.14" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test

enablePlugins(Example)

Expand Down