Skip to content

Commit 7278b65

Browse files
committed
Explanator comment
1 parent e05b8e4 commit 7278b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ lazy val docs = project
214214
try {
215215
Await.result(sjsVersionFuture, 5.seconds)._2.last
216216
} catch {
217-
case ex: TimeoutException => scalaJSVersion
217+
case ex: TimeoutException => scalaJSVersion // not the latest but better than nothing
218218
}
219219

220220
Map(

0 commit comments

Comments
 (0)