Skip to content

Commit 0d23ab5

Browse files
committed
Replace Powered by Led
1 parent f71f75b commit 0d23ab5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_posts/2025-02-06-highlights-2024.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A few of the highlights covered in this issue:
2626

2727
### Named tuples and other Scala 3 improvements
2828

29-
*Powered by LAMP, the Scala open source team at VirtusLab, the Scala team at Akka and the Scala Center*
29+
*Led by LAMP, the Scala open source team at VirtusLab, the Scala team at Akka and the Scala Center*
3030

3131
In 2024 we released two new Scala Next versions: 3.5 and 3.6. Scala Next is the version we recommend for most Scala 3 users.
3232

@@ -48,7 +48,7 @@ Further reading:
4848

4949
### Scala 2 maintenance
5050

51-
*Powered by the Scala team at Akka*
51+
*Led by the Scala team at Akka*
5252

5353
We remain committed to maintaining Scala 2 and publishing new versions as needed.
5454

@@ -68,7 +68,7 @@ Further reading:
6868

6969
### Experimental WebAssembly backend in Scala.js
7070

71-
*Powered by the Scala Center and the Scala open source team at VirtusLab*
71+
*Led by the Scala Center and the Scala open source team at VirtusLab*
7272

7373
Starting with 1.17.0, Scala.js introduces an experimental WebAssembly (Wasm) backend.
7474
It is designed to be a drop-in replacement for the usual JavaScript backend, albeit with a few [current limitations](https://www.scala-js.org/doc/project/webassembly.html#language-semantics).
@@ -90,7 +90,7 @@ Further reading:
9090

9191
### Multi-threading support in Scala Native
9292

93-
*Powered by the Scala open source team at VirtusLab*
93+
*Led by the Scala open source team at VirtusLab*
9494

9595
Scala Native 0.5 introduces an implementation of `java.lang.Thread` based on system threads, along with Scala and Java concurrency primitives.
9696
It provides support for synchronized blocks, `@volatile` annotations, final fields, and includes thread-safe implementations of most classes in `java.util.concurrent`, `scala.concurrent` and `scala.collection.concurrent`.
@@ -150,7 +150,7 @@ To learn about these new features and more, check out the [sbt 2.0.0-M3 announce
150150

151151
### Improvements in IntelliJ Scala Plugin
152152

153-
*Powered by the IntelliJ Scala plugin team at JetBrains*
153+
*Led by the IntelliJ Scala plugin team at JetBrains*
154154

155155
In 2024, the IntelliJ Scala Plugin introduced a new sbt layout which creates separate `main` and `test` modules for each sbt project.
156156
This change allows for different compiler options in each scope and improves the representation of dependencies.
@@ -174,7 +174,7 @@ As a further read, check out the [The IntelliJ Scala Plugin in 2024](https://blo
174174

175175
### Best-effort compilation in Metals
176176

177-
*Powered by the Scala open source team at VirtusLab*
177+
*Led by the Scala open source team at VirtusLab*
178178

179179
Our main focus with Metals has been stability, to provide a smoother experience for Scala developers.
180180
One of those efforts has been implementing best-effort compilation for Scala 3.

0 commit comments

Comments
 (0)