Skip to content

Commit 4a79ddc

Browse files
committed
wip
1 parent 35374bc commit 4a79ddc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build.sbt

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ homepage := Some(url("https://github.com/scala/scala-asm"))
1111
licenses := Seq("BSD 3-clause" -> url("http://opensource.org/licenses/BSD-3-Clause"))
1212
scmInfo := Some(ScmInfo(url("https://github.com/scala/scala-asm"),
1313
"scm:git:[email protected]:scala/scala-asm.git"))
14+
15+
// override sbt-dynver (sbt-ci-release brings it, but we don't want it)
16+
version := "9.7.1-scala-1"

0 commit comments

Comments
 (0)