8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35374bc commit 4a79ddcCopy full SHA for 4a79ddc
build.sbt
@@ -11,3 +11,6 @@ homepage := Some(url("https://github.com/scala/scala-asm"))
11
licenses := Seq("BSD 3-clause" -> url("http://opensource.org/licenses/BSD-3-Clause"))
12
scmInfo := Some(ScmInfo(url("https://github.com/scala/scala-asm"),
13
"scm:git:git@github.com: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