Skip to content

Commit

Permalink
2.13: new Scala SHA (#1483)
Browse files Browse the repository at this point in the history
also:
* Akka: exclude a flaky test
* add scalatestplus-testng
* advance cats-effect
  • Loading branch information
SethTisue committed Sep 11, 2021
1 parent 34ce224 commit 93d05a5
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
1 change: 1 addition & 0 deletions community.conf
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ include "proj/scalariform.conf"
include "proj/scalastyle.conf"
include "proj/scalatags.conf"
include "proj/scalatest.conf"
include "proj/scalatestplus-testng.conf"
include "proj/scalikejdbc.conf"
include "proj/scallop.conf"
include "proj/scapegoat.conf"
Expand Down
4 changes: 2 additions & 2 deletions nightly.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# August 27, 2021
nightly=2.13.7-bin-072e68e
# September 9, 2021
nightly=2.13.7-bin-7247dfe
3 changes: 2 additions & 1 deletion proj/akka.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ vars.proj.akka: ${vars.base} {
// prone to intermittent failure
// LocalPubSubSpec & MessageAdapterSpec: https://github.com/akka/akka/issues/28885
"""set actorTypedTests / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "ActorContextPipeToSelfSpec.scala" || "ActorContextPipeToSelfTest.java" || "ActorContextSpec.scala" || "BubblingSampleTest.java" || "MailboxSelectorSpec.scala" || "LocalPubSubSpec.scala" || "MessageAdapterSpec.scala""""
"""set cluster / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "ClusterSpec.scala" || "ClusterHeartbeatReceiverSpec.scala" || "ClusterMessageSerializerSpec.scala""""
// ClusterDeathWatchNotificationSpec: https://github.com/akka/akka/issues/30135
"""set cluster / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "ClusterSpec.scala" || "ClusterHeartbeatReceiverSpec.scala" || "ClusterMessageSerializerSpec.scala" || "ClusterDeathWatchNotificationSpec.scala""""
"""set clusterTools / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "ClusterSingletonLeaseSpec.scala""""
"""set clusterSharding / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "SupervisionSpec.scala" || "ConcurrentStartupShardingSpec.scala" || "StartEntitySpec.scala""""
"""set clusterTyped / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "ClusterReceptionistSpec.scala""""
Expand Down
4 changes: 2 additions & 2 deletions proj/cats-effect.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

vars.proj.cats-effect: ${vars.base} {
name: "cats-effect"
uri: "https://github.com/typelevel/cats-effect.git#337ad3770c3dc974b900de1b52d3d3f12245108f"
uri: "https://github.com/typelevel/cats-effect.git#7652ca1c765c395ff824786238ec6361cad1a52c"

extra.exclude: ["*JS", "benchmarks", "docs", "webWorkerTests"]
extra.exclude: ["*JS", "benchmarks", "docs"]
extra.commands: ${vars.default-commands} [
// otherwise sbt-gpg errors on `publish`
"set every gpgWarnOnFailure := true"
Expand Down
7 changes: 7 additions & 0 deletions proj/scalatestplus-testng.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// https://github.com/scalatest/scalatestplus-testng.git#testng-6.7/3.2.9.x

vars.proj.scalatestplus-testng: ${vars.base} {
name: "scalatestplus-testng"
uri: "https://github.com/scalatest/scalatestplus-testng.git#cc859d7c3ca89b8c961bb106183cdc33423fb271"

}
9 changes: 9 additions & 0 deletions projs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1629,6 +1629,15 @@ build += {
sbt-java-options: ${vars.sbt-java-options}
projects: [${vars.proj.scalatest}]
}
build += {
space: scala.scalatestplus-testng
check-missing: [false, false]
cross-version: [disabled, standard]
extraction-version: ${vars.scala-version}
sbt-version: ${vars.sbt-version}
sbt-java-options: ${vars.sbt-java-options}
projects: [${vars.proj.scalatestplus-testng}]
}
build += {
space: scala.scalikejdbc
check-missing: [false, false]
Expand Down

0 comments on commit 93d05a5

Please sign in to comment.