File tree Expand file tree Collapse file tree 4 files changed +120
-161
lines changed
client-server-server/src/main/scala/zio/raft/server Expand file tree Collapse file tree 4 files changed +120
-161
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,10 @@ fileOverride {
2525 "glob:**/zio2-zmq/src/main/scala-2.13/**" {
2626 runner.dialect = scala213source3
2727 }
28+ "glob:**/client-server-client/**" {
29+ runner.dialect = scala213source3
30+ }
31+ "glob:**/client-server-protocol/**" {
32+ runner.dialect = scala213source3
33+ }
2834}
Original file line number Diff line number Diff line change @@ -214,7 +214,6 @@ lazy val clientServerProtocol = project
214214 .in(file(" client-server-protocol" ))
215215 .settings(
216216 name := " zio-raft-client-server-protocol" ,
217- scalafmtConfig := file(" .scalafmt-cross.conf" ),
218217 crossScalaVersions := supportedScalaVersions,
219218 testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" ),
220219 scalacOptions ++= commonScalacOptions.value,
@@ -258,7 +257,6 @@ lazy val clientServerClient = project
258257 .in(file(" client-server-client" ))
259258 .settings(
260259 name := " zio-raft-client-server-client" ,
261- scalafmtConfig := file(" .scalafmt-cross.conf" ),
262260 crossScalaVersions := supportedScalaVersions,
263261 testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" ),
264262 scalacOptions ++= commonScalacOptions.value,
You can’t perform that action at this time.
0 commit comments