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 14, 2017
1 parent 92b58c3 commit a33eda8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name := "EmailValidator4Scala"

version := "0.4"

scalaVersion := "2.11.5"

scalaVersion := "2.11.8"

organization := "egulias"

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

licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
logLevel := Level.Warn
logLevel := Level.Warn

addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

0 comments on commit a33eda8

Please sign in to comment.