Skip to content

Add Swissborg as a Bronze sponsor #1824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
27 changes: 26 additions & 1 deletion _data/scala-days-sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sponsors:
- title: Scala Teams
type: Bronze
logo: /resources/img/scala-days-sponsors/scalateams.png
url: https://scalateams.com/
url: https://www.scalateams.com/scala-days-2025

- title: Mastercard
type: Bronze
Expand Down Expand Up @@ -116,3 +116,28 @@ sponsors:
type: Bronze
logo: /resources/img/scala-days-sponsors/recorded-future.png
url: https://www.recordedfuture.com/

- title: Swissborg
type: Bronze
logo: /resources/img/scala-days-sponsors/swissborg.svg
url: https://swissborg.com/

- title: Deltek
type: Bronze
logo: /resources/img/scala-days-sponsors/deltek.png
url: https://www.deltek.com/

- title: HES-SO Valais-Wallis
type: Bronze
logo: /resources/img/scala-days-sponsors/hesso.png
url: https://www.hevs.ch/en/applied-research/research-institute-informatics/

- title: Artima
type: Bronze
logo: /resources/img/scala-days-sponsors/artima.png
url: https://www.artima.com/

- title: NuMind
type: Bronze
logo: /resources/img/scala-days-sponsors/numind.png
url: https://numind.ai/
4 changes: 2 additions & 2 deletions _data/scala-releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- category: current_version
title: Current 3.7.x release
version: 3.7.1
release_date: June 4, 2025
version: 3.7.2
release_date: August 1, 2025
- category: current_version
title: Current 3.3.x LTS release
version: 3.3.6
Expand Down
10 changes: 10 additions & 0 deletions _downloads/2025-08-01-3.7.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Scala 3.7.2
start: 1 August 2025
layout: downloadpage
release_version: 3.7.2
release_date: "August 1, 2025"
permalink: /download/3.7.2.html
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
api_docs: https://www.scala-lang.org/api/3.7.2/
---
23 changes: 23 additions & 0 deletions _posts/2025-08-01-release-notes-3.7.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
category: release
permalink: /news/3.7.2/
title: "Scala 3.7.2 is now available!"
by: Wojciech Mazur, VirtusLab
---
Scala 3.7.2 is now available!

# Highlights of the release

- Bump Scala CLI to v1.8.4 (was v1.8.0) [#23538](https://github.com/scala/scala3/pull/23538)
- Support for URLs in using file directives
- Better support for the REPL with JDK 24+
- Experimental publish support for the Sonatype Central Portal

- Add an `-Yimplicit-to-given` flag for rewrites to easily test changes in the ecosystem [#22580](https://github.com/scala/scala3/pull/22580)<br>
This experimental flag allows to treat usages of `implicit` as `given` without modifing your existing sources. It aims to help with testing out on how migration to new syntax and its resolution rules would effect your code base.

- Implement applied constructor types [#22543](https://github.com/scala/scala3/pull/22543)<br>
It introduces new syntax allowing for easier definition of `tracked` parameters under `-language:experimental.modularity`
<br>You can read more about this experimental feature in the [Modularity Improvements proposal](https://www.scala-lang.org/api/3.7.2/docs/experimental/modularity.html) documentation.

For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.7.2).
Binary file added resources/img/scala-days-sponsors/artima.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/scala-days-sponsors/deltek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/scala-days-sponsors/hesso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/scala-days-sponsors/numind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions resources/img/scala-days-sponsors/swissborg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.