Skip to content

Commit b5bbfeb

Browse files
committed
fixes
1 parent c47da52 commit b5bbfeb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

content/docs/languages/scala/build-sbt.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build SBT and Build.Scala
2+
title: build.sbt and build.Scala
33
weight: 2
44
bookToc: false
55
---
@@ -40,4 +40,6 @@ From [the official docs]( https://www.scala-sbt.org/1.x/docs/Organizing-Build.ht
4040
The recommended approach is to define most settings in a multi-project build.sbt file, and using project/*.scala files for task implementations or to share values, such as keys. The use of .scala files also depends on how comfortable you or your team are with Scala.
4141
```
4242

43-
Here's [another great doc on sbt vs Scala files.](https://alvinalexander.com/scala/sbt-how-to-use-build.scala-instead-of-build.sbt/)
43+
Here's [another great doc on sbt vs Scala files.](https://alvinalexander.com/scala/sbt-how-to-use-build.scala-instead-of-build.sbt/)
44+
45+
An important note is that this functionality is deprecated as of [sbt 0.13.12](https://github.com/sbt/sbt/pull/2530). Here's more about [how these two files work together](https://www.scala-sbt.org/0.13/docs/Full-Def.html)

0 commit comments

Comments
 (0)