From 7bfd4cb31d0e7ace53fe16057806da69cf69dcc7 Mon Sep 17 00:00:00 2001 From: WojciechMazur Date: Mon, 15 May 2023 11:50:25 +0000 Subject: [PATCH] Update build config --- .github/workflows/buildConfig.json | 34 +++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildConfig.json b/.github/workflows/buildConfig.json index e99182f0..0a89b21b 100644 --- a/.github/workflows/buildConfig.json +++ b/.github/workflows/buildConfig.json @@ -7550,7 +7550,39 @@ "repoUrl":"https://github.com/enriquerodbe/borsh4s.git", "revision":"v3.0.0", "version":"3.0.0", - "targets":"io.github.enriquerodbe%borsh4s" + "targets":"io.github.enriquerodbe%borsh4s", + "config":{ + "projects":{ + "exclude":[ + + ], + "overrides":{ + + } + }, + "java":{ + + }, + "sbt":{ + "commands":[ + "excludeLibraryDependency org.wartremover:wartremover_{scalaVersion}", + "removeScalacOptionsStartingWith -P:wartremover" + ], + "options":[ + + ] + }, + "mill":{ + "options":[ + + ] + }, + "tests":"full", + "memoryRequestMb":2048, + "sourcePatches":[ + + ] + } }, "erikerlandson/coulomb":{ "project":"erikerlandson/coulomb",