Skip to content

Commit 2431d53

Browse files
authored
Update build.sbt
1 parent c10a9c4 commit 2431d53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ lazy val core = (project in file("core")).settings(
6262
)
6363
},
6464
libraryDependencies ++= Seq(
65-
"org.scalatest" %% "scalatest" % "3.2.15" % "test",
65+
"org.scalatest" %% "scalatest-flatspec" % "3.2.15" % "test",
66+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.15" % "test",
6667
),
6768
sbtPlugin := false,
6869
Global / transitiveClassifiers := Seq(Artifact.SourceClassifier),

0 commit comments

Comments
 (0)