Skip to content

Commit 2cc1a7c

Browse files
committed
updated Scala version in readme
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent a160306 commit 2cc1a7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ You will then see a summary report in the terminal, and you can view the full re
9090

9191
On macOS:
9292

93-
$ open target/scala-2.13/jacoco/report/html/index.html
93+
$ open target/scala-3.7.3/jacoco/report/html/index.html
9494

9595
On Linux:
9696

97-
$ xdg-open target/scala-2.13/jacoco/report/html/index.html
97+
$ xdg-open target/scala-3.7.3/jacoco/report/html/index.html
9898

9999
On Windows: please let me know if you know how to do this from the WSL
100100
command line. Otherwise you can open the index file in your web browser.

0 commit comments

Comments
 (0)