Skip to content

Commit 4fc5975

Browse files
committed
Update baseVersion
1 parent 35abce9 commit 4fc5975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ enablePlugins(GitVersioning)
8181
/* The BaseVersion setting represents the in-development (upcoming) version,
8282
* as an alternative to SNAPSHOTS.
8383
*/
84-
git.baseVersion := "1.10.0"
84+
git.baseVersion := "1.11.0"
8585

8686
val ReleaseTag = """^v([\d\.]+)$""".r
8787
git.gitTagToVersionNumber := {
@@ -127,7 +127,7 @@ homepage := Some(url("https://github.com/monix/shade"))
127127

128128
scmInfo := Some(
129129
ScmInfo(
130-
url("https://github.com/monix/shade"),
130+
url("https://github.com/monix/shade.git"),
131131
"scm:git@github.com:monix/shade.git"
132132
))
133133

0 commit comments

Comments
 (0)