removed scala version number from artifact

This commit is contained in:
2020-02-05 08:47:15 +00:00
parent c428060a30
commit 31c90469ce

View File

@@ -2,9 +2,15 @@ name := "worth"
organization := "net.woggioni"
maintainer := "oggioni.walter@gmail.com"
version := "1.0"
resolvers += Resolver.mavenLocal
crossPaths := false
autoScalaLibrary := false
scalacOptions ++= Seq(
"-unchecked",
"-deprecation",