Skip to content

Stop using dottyLatestNightlyBuild in community build #5946

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion community-build/community-projects/ScalaPB
Submodule ScalaPB updated 1 files
+9 −10 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/algebra
Submodule algebra updated 1 files
+0 −1 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/betterfiles
Submodule betterfiles updated 1 files
+9 −10 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/fastparse
Submodule fastparse updated 1 files
+1 −3 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/minitest
Submodule minitest updated 1 files
+6 −6 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/scalacheck
Submodule scalacheck updated 1 files
+0 −1 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/scalap
Submodule scalap updated 1 files
+0 −3 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/scalatest
2 changes: 1 addition & 1 deletion community-build/community-projects/scopt
Submodule scopt updated 1 files
+0 −1 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/squants
Submodule squants updated 1 files
+0 −1 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/stdLib213
Submodule stdLib213 updated 1 files
+0 −3 build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,17 @@ class CommunityBuildTest {

@Test def betterfiles = test(
project = "betterfiles",
command = "dottyCompile"
command = "dotty-community-build/compile"
)

@Test def ScalaPB = test(
project = "ScalaPB",
command = "dottyCompile"
command = "dotty-community-build/compile"
)

@Test def minitest = test(
project = "minitest",
command = "dottyCompile"
command = "dotty-community-build/compile"
)

@Test def fastparse = test(
Expand Down