Skip to content

Commit

Permalink
bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Gulias Davis committed Jan 31, 2017
1 parent a33eda8 commit 78943ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name := "EmailValidator4Scala"

version := "0.4"
version := "0.4.0"

scalaVersion := "2.11.8"

organization := "egulias"
organization := "com.egulias"

libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.5",
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
)

bintrayPackageLabels := Seq("email", "validation", "email validation")

licenses += ("MIT", url("http://opensource.org/licenses/MIT"))

0 comments on commit 78943ba

Please sign in to comment.