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 35abce9 commit 4fc5975Copy full SHA for 4fc5975
build.sbt
@@ -81,7 +81,7 @@ enablePlugins(GitVersioning)
81
/* The BaseVersion setting represents the in-development (upcoming) version,
82
* as an alternative to SNAPSHOTS.
83
*/
84
-git.baseVersion := "1.10.0"
+git.baseVersion := "1.11.0"
85
86
val ReleaseTag = """^v([\d\.]+)$""".r
87
git.gitTagToVersionNumber := {
@@ -127,7 +127,7 @@ homepage := Some(url("https://github.com/monix/shade"))
127
128
scmInfo := Some(
129
ScmInfo(
130
- url("https://github.com/monix/shade"),
+ url("https://github.com/monix/shade.git"),
131
"scm:git@github.com:monix/shade.git"
132
))
133
0 commit comments