Skip to content

Commit 2d4376a

Browse files
Merge pull request #11470 from Sciss/topic-lucre-4.4.2
Community build: update Lucre to v4.4.2 (and re-enable test run)
2 parents 4d08ccd + 613671d commit 2d4376a

File tree

12 files changed

+12
-11
lines changed

12 files changed

+12
-11
lines changed
Submodule Lucre updated 297 files
Submodule Serial updated 30 files

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ final case class SbtCommunityProject(
123123
s""""org.scalacheck" %% "scalacheck_sjs1" % "${Versions.scalacheck}"""",
124124
s""""org.scalatest" %% "scalatest" % "${Versions.scalatest}"""",
125125
s""""org.scalatest" %% "scalatest_sjs1" % "${Versions.scalatest}"""",
126+
s""""org.scalatestplus" %% "junit-4-13" % "${Versions.scalatest}.0"""",
126127
s""""org.scalameta" %% "munit" % "${Versions.munit}"""",
127128
s""""org.scalameta" %% "munit_sjs1" % "${Versions.munit}"""",
128129
s""""org.scalameta" %% "munit-scalacheck" % "${Versions.munit}"""",

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
119119
// @Test def scissAsyncFile = projects.scissAsyncFile .run()
120120
// @Test def scissSpan = projects.scissSpan .run()
121121
@Test def scalaSTM = projects.scalaSTM .run()
122-
// @Test def scissLucre = projects.scissLucre .run()
122+
@Test def scissLucre = projects.scissLucre .run()
123123

124124
end CommunityBuildTestA
125125

0 commit comments

Comments
 (0)