From e06b3725c1c12f20785ae0ad7c2b60802c5e8899 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Fri, 23 Aug 2024 11:35:54 +0200 Subject: [PATCH] Add note about incompatible Coursier versions when installing new Scala runner --- blog/_posts/2024-08-22-scala-3.5.0-released.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/_posts/2024-08-22-scala-3.5.0-released.md b/blog/_posts/2024-08-22-scala-3.5.0-released.md index 0c9724086..00d0fb823 100644 --- a/blog/_posts/2024-08-22-scala-3.5.0-released.md +++ b/blog/_posts/2024-08-22-scala-3.5.0-released.md @@ -35,6 +35,8 @@ To learn the full scope of the new capabilities, read about Scala CLI [commands] Merging Scala CLI into the distribution doesn't change the behavior of popular build tools that work with Scala, such as sbt, Mill, Maven, and Gradle. It does, however, allow for maintaining and publishing single-module multiplatform libraries without any build tool. +_**Note**: Installation of a new Scala runner using Coursier requires it to be updated or reinstalled to Coursier 2.1.10 or above. Earlier versions did not support installing native packages, defaulted to the old runner JAR._ + ## What's new in 3.5.0? ### Best effort compilation