Skip to content

Commit

Permalink
modified build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
AnudeepKonaboina committed Jul 29, 2021
1 parent b39ab9c commit f2a44d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThisBuild / organization := "io.github.romans-weapon"
ThisBuild / organizationHomepage := Some(url("https://github.com/romans-weapon"))
ThisBuild / name := "spear-framework"

ThisBuild / version := "2.4-3.0.1"
ThisBuild / version := "2.4-3.0.2"

lazy val scala212 = "2.12.12"
lazy val scala211 = "2.11.12"
Expand Down Expand Up @@ -37,7 +37,7 @@ assemblyMergeStrategy in assembly := {
case PathList("META-INF", xs @ _*) => MergeStrategy.discard
case x => MergeStrategy.first
}
assemblyJarName in assembly := "spear-framework-1.0.jar"
assemblyJarName in assembly := "spear-framework.jar"

resolvers +=
"Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/service/local/repositories/releases/content"
Expand All @@ -56,7 +56,6 @@ ThisBuild / developers := List(
url = url("https://github.com/romans-weapon")
)
)

ThisBuild / description := "Rapid ETL-connectors/pipeline development with minimal code leveraged on top of Apache Spark"
ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))
ThisBuild / homepage := Some(url("https://github.com/romans-weapon/spear-framework"))
Expand Down

0 comments on commit f2a44d7

Please sign in to comment.