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.1.4 #108

Open
wants to merge 1 commit into
base: 2.3.x
Choose a base branch
from
Open
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 Demixin/build.sbt.shared
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ incOptions in Test := (incOptions in Test).value.withRecompileOnMacroDef(java.ut

enablePlugins(Example)

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test
2 changes: 1 addition & 1 deletion Factory/build.sbt.shared
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.4.2"

enablePlugins(Example)

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

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

libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided

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

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

libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided

Expand Down
2 changes: 1 addition & 1 deletion Mixin/build.sbt.shared
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.3"

enablePlugins(Example)

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

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

libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided

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

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

libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided
2 changes: 1 addition & 1 deletion Structural/build.sbt.shared
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enablePlugins(Example)

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

libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided

Expand Down
2 changes: 1 addition & 1 deletion The/build.sbt.shared
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ scalacOptions += "-Yliteral-types"

enablePlugins(Example)

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