Skip to content

Commit aa74c12

Browse files
Update community-build/src/scala/dotty/communitybuild/projects.scala
Co-authored-by: Tom Grigg <tomegrigg@gmail.com>
1 parent ceb0593 commit aa74c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ object projects:
618618
project = "onnx-scala",
619619
sbtTestCommand = "test",
620620
sbtPublishCommand = "publishLocal",
621-
dependencies = List()
621+
dependencies = List(scalatest)
622622
)
623623

624624
end projects

0 commit comments

Comments
 (0)