Skip to content

Commit

Permalink
Removing version
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-ning-usds committed Sep 6, 2024
1 parent 202ae29 commit e84d676
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

publishMavenStyle := true

version := "1.2.10"
scalaVersion := "2.13.13"

mainClass := Some("gov.cdc.hl7pet.DeIdentifierApp")
Expand All @@ -42,8 +41,6 @@ libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala"
libraryDependencies += "com.fasterxml.jackson.module" % "jackson-modules-base" % "2.17.0" pomOnly()
libraryDependencies += "com.google.code.gson" % "gson" % "2.10.1"

crossPaths:= true

Compile / packageSrc / publishArtifact := true

onLoadMessage := s"Welcome to sbt-ci-release ${version.value}"
Expand Down

0 comments on commit e84d676

Please sign in to comment.