-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dep: update fs2 submodule This is needed due to some scalablytyped stuff that changed in fs2. Without it, you'll get an error when updating the sbt 1.7.x that scalably typed doesn't support 1.7.x * dep: sync with latest staging http4s * dep: sync with latest scala-java8-compat This also allows us to get rid of the fnGen stuff and simplify the sbtTestCommand and sbtPublishCommand * dep: sync with latest cats in staging * dep: sync with latest munit-cats-effect * dep: sync with latest discipline and discipline-munit * dep: lock munit at 0.7.29 If not you'll have issues with http4s tests since http4s isn't using the 1.x version of munit yet * disable `tlFatalWarnings` in http4s * dep: lock scalacheck at 1.16.0 Without doing this it was getting stuck in CI
- Loading branch information
Showing
14 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
Submodule discipline
updated
6 files
+58 −32 | .github/workflows/ci.yml | |
+1 −1 | .scalafmt.conf | |
+3 −3 | README.md | |
+18 −14 | build.sbt | |
+1 −1 | project/build.properties | |
+4 −4 | project/plugins.sbt |
Submodule discipline-munit
updated
11 files
+256 −0 | .github/workflows/ci.yml | |
+59 −0 | .github/workflows/clean.yml | |
+0 −23 | .github/workflows/release.yml | |
+0 −27 | .github/workflows/scala.yml | |
+1 −1 | .scalafmt.conf | |
+12 −45 | build.sbt | |
+30 −0 | core/shared/src/main/scala/munit/DisciplineSuite.scala | |
+30 −0 | core/shared/src/test/scala/munit/DisciplineSuiteTest.scala | |
+30 −0 | core/shared/src/test/scala/munit/laws.scala | |
+1 −1 | project/build.properties | |
+4 −10 | project/plugins.sbt |
Submodule munit-cats-effect
updated
11 files
Submodule scala-java8-compat
updated
19 files
Submodule scalacheck
updated
88 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.7.1 |
2 changes: 1 addition & 1 deletion
2
sbt-test/sbt-dotty/dotty-knowledge.i17/project/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.7.1 |
2 changes: 1 addition & 1 deletion
2
tests/cmdTest-sbt-tests/sourcepath-with-inline-api-hash/project/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.7.1 |
2 changes: 1 addition & 1 deletion
2
tests/cmdTest-sbt-tests/sourcepath-with-inline/project/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.7.1 |