Skip to content

Commit 232657c

Browse files
authored
Update Environment.scala
1 parent f76c373 commit 232657c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/Environment.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ object Environment {
3333
def dependOnNative(native: ClasspathDependency) =
3434
if (pdalDependOnNative == "true") Seq(native) else Seq.empty
3535

36-
lazy val versionSuffix = either("PDAL_VERSION_SUFFIX", "-SNAPSHOT")
3736
lazy val pdalDependOnNative = either("PDAL_DEPEND_ON_NATIVE", "true")
3837
}

0 commit comments

Comments
 (0)