We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.sbt
sbt-ci-release
1 parent 31024a0 commit 8278426Copy full SHA for 8278426
1 file changed
build.sbt
@@ -1,7 +1,6 @@
1
import sbtcrossproject.CrossProject
2
3
ThisBuild / scalaVersion := props.ScalaVersion
4
-ThisBuild / version := props.ProjectVersion
5
ThisBuild / organization := props.Org
6
ThisBuild / organizationName := props.OrgName
7
ThisBuild / developers := List(
@@ -111,8 +110,6 @@ lazy val props =
111
110
val Org = "io.kevinlee"
112
val OrgName = "Kevin's Code"
113
114
- val ProjectVersion = "0.1.0-SNAPSHOT"
115
-
116
lazy val licenses = List(License.MIT)
117
118
val CatsVersion = "2.13.0"
0 commit comments