Skip to content

Commit

Permalink
Merge branch 'main' into update/fs2-core-3.11.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	project/ProjectPlugin.scala
  • Loading branch information
manuelramirez committed Oct 21, 2024
2 parents c3fa41d + d3f4c58 commit ee9258b
Show file tree
Hide file tree
Showing 32 changed files with 16 additions and 1,357 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 ee9258b

Please sign in to comment.