From 7ff4c5cdbf992de6f703b060a71c8a15a368ff0e Mon Sep 17 00:00:00 2001 From: Oron Port Date: Fri, 20 Sep 2024 21:45:41 +0300 Subject: [PATCH 1/2] remove redundant `.` from Scala 3 coursier download instructions --- _includes/downloads-scala3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/downloads-scala3.html b/_includes/downloads-scala3.html index 1c10b93ac..f36c3aeda 100644 --- a/_includes/downloads-scala3.html +++ b/_includes/downloads-scala3.html @@ -16,7 +16,7 @@

Ways to Install This Release

Using Coursier CLI, run:
- cs install scala:{{page.release_version}} && cs install scalac:{{page.release_version}}. + cs install scala:{{page.release_version}} && cs install scalac:{{page.release_version}}
  • Download the Scala binaries for {{page.release_version}} at Date: Fri, 20 Sep 2024 21:46:11 +0300 Subject: [PATCH 2/2] remove redundant `.` from Scala 2 coursier download instructions --- _includes/downloads-scala2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/downloads-scala2.html b/_includes/downloads-scala2.html index 0b76cfbe0..e3a248ac7 100644 --- a/_includes/downloads-scala2.html +++ b/_includes/downloads-scala2.html @@ -12,7 +12,7 @@

    Ways to Install This Release

    Using
    Coursier CLI, run:
    - cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}. + cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}
  • Download the Scala binaries for