File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ libraryDependencies += "org.scalameta" %% "scalameta" % "4.7.3"
1010
1111libraryDependencies += scalaOrganization.value % " scala-reflect" % scalaVersion.value % Provided
1212
13- libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.15 " % Provided // For Scaladoc links
13+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.19 " % Provided // For Scaladoc links
1414
1515scalacOptions ++= Seq (" -Ypatmat-exhaust-depth" , " off" )
1616
Original file line number Diff line number Diff line change 11enablePlugins(Example )
22
3- libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.15 " % Provided
3+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.19 " % Provided
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ enablePlugins(Example)
22
33enablePlugins(ScalaJSPlugin )
44
5- libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.15 " % Provided
5+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.19 " % Provided
66
77import scala .meta ._
88exampleSuperTypes += init " _root_.org.scalatest.Inside "
Original file line number Diff line number Diff line change 11enablePlugins(Example )
22
3- libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.15 " % Provided
3+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.19 " % Provided
44
55import scala .meta ._
66exampleSuperTypes += init " _root_.org.scalatest.Inside "
You can’t perform that action at this time.
0 commit comments