Skip to content

Commit 048ad96

Browse files
author
James
authored
Sbt bump 1.8.0 (zio#7609)
1 parent 2863644 commit 048ad96

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/guides/tutorials/run-our-first-zio-project-with-vscode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ name := "my-zio-project"
3737
version := "0.0.1"
3838

3939
libraryDependencies ++= Seq(
40-
"zio" %% "zio" % "2.0.0-RC6"
40+
"zio" %% "zio" % "2.0.5"
4141
)
4242
```
4343

@@ -51,7 +51,7 @@ touch project/build.properties
5151
Now, let's add the following lines to the `project/build.properties` file:
5252

5353
```
54-
sbt.version = 1.6.2
54+
sbt.version = 1.8.0
5555
```
5656

5757
4. We are ready to open our project in VsCode. We can do this by opening the `my-zio-project` directory from the `File > Open Folder` menu.

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.8.0

sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
set -o pipefail
3636

37-
declare -r sbt_release_version="1.7.2"
38-
declare -r sbt_unreleased_version="1.7.2"
37+
declare -r sbt_release_version="1.8.0"
38+
declare -r sbt_unreleased_version="1.8.0"
3939

4040
declare -r latest_213="2.13.10"
4141
declare -r latest_212="2.12.17"

scalafix/project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.8.0

0 commit comments

Comments
 (0)