Skip to content

Commit

Permalink
Finalize version 1.2.0 with small build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike McLean committed Oct 22, 2015
1 parent c82960a commit 3b8cee4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "fake-datadog-agent"

version := "1.1.0"
version := "1.2.0"

scalaVersion := "2.11.7"

Expand All @@ -24,10 +24,7 @@ sonatypeProfileName := "com.tritondigital"

ivyScala := ivyScala.value map { _.copy(overrideScalaVersion = true) }

autoScalaLibrary := false

libraryDependencies ++= Seq(
"org.scala-lang" % "scala-library" % scalaVersion.value % "test",
"com.indeed" % "java-dogstatsd-client" % "2.0.12" % "test",
"org.hamcrest" % "hamcrest-all" % "1.3" % "compile, optional",
"org.scalatest" %% "scalatest" % "2.2.5" % "compile, optional"
Expand Down Expand Up @@ -61,4 +58,4 @@ pomExtra :=
<id>mmclean</id>
<name>Mike McLean</name>
</developer>
</developers>
</developers>

0 comments on commit 3b8cee4

Please sign in to comment.