File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
113
113
// @Test def scissAsyncFile = projects.scissAsyncFile .run()
114
114
// @Test def scissSpan = projects.scissSpan .run()
115
115
@ Test def scalaSTM = projects.scalaSTM .run()
116
- @ Test def scissLucre = projects.scissLucre .run()
116
+ // @Test def scissLucre = projects.scissLucre .run()
117
117
118
118
end CommunityBuildTestA
119
119
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ object MyScalaJSPlugin extends AutoPlugin {
53
53
}
54
54
55
55
object Build {
56
- val referenceVersion = " 3.0.0-M3-bin-20201213-e8d748e-NIGHTLY "
56
+ val referenceVersion = " 3.0.0-M3"
57
57
58
- val baseVersion = " 3.0.0-M3 "
58
+ val baseVersion = " 3.0.0-RC1 "
59
59
val baseSbtDottyVersion = " 0.5.0"
60
60
61
61
// Versions used by the vscode extension to create a new project
You can’t perform that action at this time.
0 commit comments