Skip to content

Commit 8e721e6

Browse files
authored
Bump the version of sbt in the tutorial. (#580)
1 parent 67e3d17 commit 8e721e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/basic/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ scalaJSUseMainModuleInitializer := true
4545
Last, we need a `project/build.properties` to specify the sbt version (you can find the latest version [here](https://www.scala-sbt.org/download.html)):
4646

4747
{% highlight scala %}
48-
sbt.version=1.3.7
48+
sbt.version=1.7.1
4949
{% endhighlight %}
5050

5151
That is all we need to configure the build.

0 commit comments

Comments
 (0)