Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Maginnis committed Aug 26, 2014
1 parent b819bee commit a1d116b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ object SqlestBuild extends Build {

settings = commonSettings ++ publishingSettings ++ Seq(
moduleName := "sqlest",
version := "0.2.0-SNAPSHOT",

libraryDependencies ++= Seq(
"joda-time" % "joda-time" % "2.3",
Expand All @@ -50,8 +49,9 @@ object SqlestBuild extends Build {

def commonSettings = SbtScalariform.scalariformSettings ++ Seq(
organization := "uk.co.jhc",
version := "0.2.0",
scalaVersion := "2.11.2",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:implicitConversions", "-language:existentials")
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-language:implicitConversions", "-language:existentials")
)

def publishingSettings = sonatypeSettings ++ Seq(
Expand Down

0 comments on commit a1d116b

Please sign in to comment.