Skip to content

Commit 8278426

Browse files
committed
Remove manual version setting in build.sbt since it will be done by sbt-ci-release
1 parent 31024a0 commit 8278426

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sbtcrossproject.CrossProject
22

33
ThisBuild / scalaVersion := props.ScalaVersion
4-
ThisBuild / version := props.ProjectVersion
54
ThisBuild / organization := props.Org
65
ThisBuild / organizationName := props.OrgName
76
ThisBuild / developers := List(
@@ -111,8 +110,6 @@ lazy val props =
111110
val Org = "io.kevinlee"
112111
val OrgName = "Kevin's Code"
113112

114-
val ProjectVersion = "0.1.0-SNAPSHOT"
115-
116113
lazy val licenses = List(License.MIT)
117114

118115
val CatsVersion = "2.13.0"

0 commit comments

Comments
 (0)