File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 180
180
[submodule "community-build/community-projects/protoquill "]
181
181
path = community-build/community-projects/protoquill
182
182
url = https://github.com/dotty-staging/protoquill.git
183
+ [submodule "community-build/community-projects/Monocle "]
184
+ path = community-build/community-projects/Monocle
185
+ url = https://github.com/dotty-staging/Monocle.git
183
186
[submodule "community-build/community-projects/onnx-scala "]
184
187
path = community-build/community-projects/onnx-scala
185
188
url = https://github.com/dotty-staging/onnx-scala.git
Original file line number Diff line number Diff line change @@ -660,6 +660,12 @@ object projects:
660
660
dependencies = List (scalatest, scalatestplusJunit, scalatestplusScalacheck)
661
661
)
662
662
663
+ lazy val monocle = SbtCommunityProject (
664
+ project = " Monocle" ,
665
+ sbtTestCommand = " coreJVM/test; macrosJVM/test; testJVM/test" ,
666
+ dependencies = List (cats, munit, discipline, disciplineMunit)
667
+ )
668
+
663
669
lazy val protoquill = SbtCommunityProject (
664
670
project = " protoquill" ,
665
671
sbtTestCommand = " test" ,
@@ -777,6 +783,7 @@ def allProjects = List(
777
783
projects.izumiReflect,
778
784
projects.perspective,
779
785
projects.akka,
786
+ projects.monocle,
780
787
projects.protoquill,
781
788
projects.onnxScala,
782
789
projects.playJson,
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ class CommunityBuildTestB extends CommunityBuildTest:
127
127
@ Test def scalacheckEffect = projects.scalacheckEffect.run()
128
128
@ Test def scodec = projects.scodec.run()
129
129
@ Test def scodecBits = projects.scodecBits.run()
130
+ @ Test def monocle = projects.monocle.run()
130
131
@ Test def simulacrumScalafixAnnotations = projects.simulacrumScalafixAnnotations.run()
131
132
end CommunityBuildTestB
132
133
You can’t perform that action at this time.
0 commit comments