Skip to content

Commit b4cd6a4

Browse files
committed
Use Scala3doc
1 parent f2b6acf commit b4cd6a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ lazy val root = project
55
description := "Example sbt project that compiles using Dotty",
66
version := "0.1.0",
77

8-
scalaVersion := "3.0.0-M1"
8+
scalaVersion := "3.0.0-M1",
9+
10+
useScala3doc := true,
911
)

0 commit comments

Comments
 (0)