Skip to content

Commit 10a3774

Browse files
debug: try to use manual version
1 parent 765490b commit 10a3774

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ inThisBuild(
3939
licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
4040
homepage := Some(url("https://github.com/flink-extended/flink-scala-api")),
4141
// new setting for the Central Portal
42-
isSnapshot := false
42+
isSnapshot := false,
43+
version := "1.2.10"
4344
)
4445
)
4546

0 commit comments

Comments
 (0)