Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
veekaybee committed Jan 6, 2022
1 parent c47da52 commit b5bbfeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/docs/languages/scala/build-sbt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Build SBT and Build.Scala
title: build.sbt and build.Scala
weight: 2
bookToc: false
---
Expand Down Expand Up @@ -40,4 +40,6 @@ From [the official docs]( https://www.scala-sbt.org/1.x/docs/Organizing-Build.ht
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.
```

Here's [another great doc on sbt vs Scala files.](https://alvinalexander.com/scala/sbt-how-to-use-build.scala-instead-of-build.sbt/)
Here's [another great doc on sbt vs Scala files.](https://alvinalexander.com/scala/sbt-how-to-use-build.scala-instead-of-build.sbt/)

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 comments on commit b5bbfeb

Please sign in to comment.