Skip to content

Commit 7056059

Browse files
committed
Move version to sbt-dynver
1 parent c676426 commit 7056059

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
@@ -116,7 +116,8 @@ val scalaVersion212 = "2.12.18"
116116

117117
description in ThisBuild := "jsonapi.org scala implementation"
118118

119-
version in ThisBuild := "10.4.0"
119+
// Version is based on git tags, see sbt-ci-release and sbt-dynver
120+
//version in ThisBuild := "10.4.0"
120121

121122
startYear in ThisBuild := Some(2015)
122123

0 commit comments

Comments
 (0)