Skip to content

Commit

Permalink
Merge pull request #690 from spotify/fix-cross-compilation
Browse files Browse the repository at this point in the history
Cross compile in CI
  • Loading branch information
catherinejelder authored Nov 22, 2023
2 parents 1a9b24c + 56c9977 commit cedcd73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands:
- v5-dependencies-
- run:
command: |
sbt clean "project $TEST_PROJECT" scalafmtCheckAll coverage test "project root" coverageReport
sbt "++$SCALA_VERSION" clean "project $TEST_PROJECT" scalafmtCheckAll coverage test "project root" coverageReport
- run:
command: bash <(curl -s https://codecov.io/bash) -cF $TEST_PROJECT
- save_cache:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import org.apache.avro.generic.{GenericData, GenericRecord}
import org.apache.beam.sdk.extensions.avro.coders.AvroCoder
import org.apache.beam.sdk.io.gcp.bigquery.TableRowJsonCoder

import scala.jdk.CollectionConverters.seqAsJavaListConverter
import scala.jdk.CollectionConverters._
import scala.language.higherKinds

class BigDiffyTest extends PipelineSpec {
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.4.3-SNAPSHOT"
ThisBuild / version := "0.4.4-SNAPSHOT"

0 comments on commit cedcd73

Please sign in to comment.