Skip to content

Commit 2ac2feb

Browse files
committed
Ignore tzdb version on publish
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent a1f69f1 commit 2ac2feb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ lazy val scalajavatimeTZDB = crossProject(JVMPlatform, JSPlatform)
160160
.in(file("tzdb"))
161161
.settings(commonSettings)
162162
.settings(
163-
name := "scala-java-time-tzdb",
164-
version := version.value + "_" + tzdbVersion
163+
name := "scala-java-time-tzdb"
165164
)
166165
.jsSettings(
167166
dbVersion := TzdbPlugin.Version(tzdbVersion),

0 commit comments

Comments
 (0)