Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-mu-srcgen-0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maaramirezpi authored Oct 21, 2024
2 parents 95979b4 + f48787d commit 3bf3040
Show file tree
Hide file tree
Showing 32 changed files with 14 additions and 1,355 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.8.1
version=3.8.3
style = defaultWithAlign
maxColumn = 100
runner {
Expand Down
17 changes: 3 additions & 14 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scala213 = "2.13.14"
val scala3 = "3.4.2"
val scala213 = "2.13.15"
val scala3 = "3.4.3"

ThisBuild / organization := "io.higherkindness"
ThisBuild / githubOrganization := "47degrees"
Expand All @@ -16,7 +16,7 @@ addCommandAlias(

addCommandAlias(
"ci-test",
"scalafmtCheckAll; scalafmtSbtCheck; missinglinkCheck; mdoc; all-tests; haskell-integration-tests/test"
"scalafmtCheckAll; scalafmtSbtCheck; missinglinkCheck; mdoc; all-tests"
)
addCommandAlias(
"ci-docs",
Expand Down Expand Up @@ -194,17 +194,6 @@ lazy val `avro-rpc-tests` = projectMatrix
.settings(avroRPCTestSettings)
.jvmPlatform(scalaVersions = Seq(scala3, scala213))

//////////////////////////////////////
//// MU-HASKELL INTEGRATION TESTS ////
//////////////////////////////////////

lazy val `haskell-integration-tests` = projectMatrix
.in(file("modules/haskell-integration-tests"))
.dependsOn(server, `client-netty`, fs2)
.settings(publish / skip := true)
.settings(haskellIntegrationTestSettings)
.jvmPlatform(scalaVersions = Seq(scala213))

//////////////////////////
//// MODULES REGISTRY ////
//////////////////////////
Expand Down
69 changes: 0 additions & 69 deletions modules/haskell-integration-tests/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3bf3040

Please sign in to comment.