removed scala version number from artifact
This commit is contained in:
@@ -2,9 +2,15 @@ name := "worth"
|
|||||||
|
|
||||||
organization := "net.woggioni"
|
organization := "net.woggioni"
|
||||||
|
|
||||||
|
maintainer := "oggioni.walter@gmail.com"
|
||||||
|
|
||||||
version := "1.0"
|
version := "1.0"
|
||||||
resolvers += Resolver.mavenLocal
|
resolvers += Resolver.mavenLocal
|
||||||
|
|
||||||
|
crossPaths := false
|
||||||
|
|
||||||
|
autoScalaLibrary := false
|
||||||
|
|
||||||
scalacOptions ++= Seq(
|
scalacOptions ++= Seq(
|
||||||
"-unchecked",
|
"-unchecked",
|
||||||
"-deprecation",
|
"-deprecation",
|
||||||
|
Reference in New Issue
Block a user