Skip to content

Commit b73d03f

Browse files
author
Michel Davit
authored
Prepare release 0.13.5 (#5045)
1 parent 2345bea commit b73d03f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,8 @@ lazy val site: Project = project
15461546
lazy val soccoIndex = taskKey[File]("Generates examples/index.html")
15471547
lazy val soccoSettings = if (sys.env.contains("SOCCO")) {
15481548
Seq(
1549+
// socco-ng has not been published for more recent scala versions
1550+
scalaVersion := "2.13.12",
15491551
scalacOptions ++= Seq(
15501552
"-P:socco:out:scio-examples/target/site",
15511553
"-P:socco:package_com.spotify.scio:https://spotify.github.io/scio/api"

site/src/main/paradox/releases/Apache-Beam.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Also check out the [SDK Version Support Status](https://cloud.google.com/dataflo
3232

3333
| **Scio Version** | **Beam Version** | **Details** |
3434
|:----------------:|:----------------:|:------------------------------------------------------|
35+
| 0.13.5 | 2.51.0 | This version will be deprecated on October 12, 2024. |
3536
| 0.13.4 | 2.51.0 | This version will be deprecated on October 12, 2024. |
3637
| 0.13.3 | 2.50.0 | This version will be deprecated on August 30, 2024. |
3738
| 0.13.2 | 2.49.0 | This version will be deprecated on July 17, 2024. |

0 commit comments

Comments
 (0)