File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
55Global / excludeLintKeys := Set (git.useGitDescribe)
66
77lazy val rootScalaVersion = " 3.3.1"
8- lazy val flinkVersion = System .getProperty(" flinkVersion" , " 1.16.2 " )
8+ lazy val flinkVersion = System .getProperty(" flinkVersion" , " 1.16.3 " )
99
1010lazy val root = (project in file(" ." ))
1111 .settings(ReleaseProcess .releaseSettings(flinkVersion): _* )
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ex
3- RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.15.4 test ' release with-defaults'
4- RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.16.2 test ' release with-defaults'
5- RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.17.1 test ' release with-defaults'
3+ RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.16.3 test ' release with-defaults'
4+ RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.17.2 test ' release with-defaults'
65RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.18.0 test ' release with-defaults'
76wait
You can’t perform that action at this time.
0 commit comments