Skip to content

Commit 9d5a0fc

Browse files
committed
Merge branch 'master' into dotty-community-build
2 parents 258ea0d + db86ff0 commit 9d5a0fc

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

build.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ lazy val commonSettings = Seq(
2020
scmInfo := Some(
2121
ScmInfo(url("https://github.com/scodec/scodec-bits"), "[email protected]:scodec/scodec-bits.git")
2222
),
23+
Compile / unmanagedSourceDirectories ++= {
24+
if (isDotty.value)
25+
List(baseDirectory.value / "scala-3", baseDirectory.value / "../shared/scala-3")
26+
else Nil
27+
},
2328
unmanagedResources in Compile ++= {
2429
val base = baseDirectory.value
2530
(base / "NOTICE") +: (base / "LICENSE") +: ((base / "licenses") * "LICENSE_*").get
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)