File tree 2 files changed +3
-0
lines changed
site/src/main/paradox/releases
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1546,6 +1546,8 @@ lazy val site: Project = project
1546
1546
lazy val soccoIndex = taskKey[File ](" Generates examples/index.html" )
1547
1547
lazy val soccoSettings = if (sys.env.contains(" SOCCO" )) {
1548
1548
Seq (
1549
+ // socco-ng has not been published for more recent scala versions
1550
+ scalaVersion := " 2.13.12" ,
1549
1551
scalacOptions ++= Seq (
1550
1552
" -P:socco:out:scio-examples/target/site" ,
1551
1553
" -P:socco:package_com.spotify.scio:https://spotify.github.io/scio/api"
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Also check out the [SDK Version Support Status](https://cloud.google.com/dataflo
32
32
33
33
| ** Scio Version** | ** Beam Version** | ** Details** |
34
34
| :----------------:| :----------------:| :------------------------------------------------------|
35
+ | 0.13.5 | 2.51.0 | This version will be deprecated on October 12, 2024. |
35
36
| 0.13.4 | 2.51.0 | This version will be deprecated on October 12, 2024. |
36
37
| 0.13.3 | 2.50.0 | This version will be deprecated on August 30, 2024. |
37
38
| 0.13.2 | 2.49.0 | This version will be deprecated on July 17, 2024. |
You can’t perform that action at this time.
0 commit comments