Skip to content

Commit b9fc59a

Browse files
committed
Changed Dotty source directory to scala-3 instead of scala-0.22
1 parent 2c0ff6f commit b9fc59a

File tree

5 files changed

+3
-0
lines changed

5 files changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ 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) List(baseDirectory.value / "scala-3", baseDirectory.value / "../shared/scala-3") else Nil
25+
},
2326
unmanagedResources in Compile ++= {
2427
val base = baseDirectory.value
2528
(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)