Skip to content

Commit 01a7a33

Browse files
committed
chore: enable the copy plugin in scala3-library
1 parent 57c6bce commit 01a7a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,6 +2424,7 @@ object Build {
24242424
def asDottyLibrary(implicit mode: Mode): Project = {
24252425
val base =
24262426
project.withCommonSettings.
2427+
enablePlugins(BuildStdLib).
24272428
settings(versionScheme := Some("semver-spec")).
24282429
settings(dottyLibrarySettings)
24292430
if (mode == Bootstrapped) {

0 commit comments

Comments
 (0)