diff --git a/build.sbt b/build.sbt index ed07468f..5f2ad48a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "arangodb-scala" organization := "com.outr" -version := "1.0.0-SNAPSHOT" +version := "0.1.0" scalaVersion := "2.12.1" crossScalaVersions := List("2.12.1", "2.11.8") sbtVersion := "0.13.13" @@ -11,8 +11,8 @@ fork := true val circeVersion = "0.7.0" libraryDependencies ++= Seq( - "com.outr" %% "scribe" % "1.4.1", - "io.youi" %% "youi-client" % "0.2.4", + "com.outr" %% "scribe" % "1.4.2", + "io.youi" %% "youi-client" % "0.2.7", "org.powerscala" %% "powerscala-io" % "2.0.5", "org.scalactic" %% "scalactic" % "3.0.1", "org.scalatest" %% "scalatest" % "3.0.1" % "test" diff --git a/sonatype.sbt b/sonatype.sbt new file mode 100644 index 00000000..ee04732a --- /dev/null +++ b/sonatype.sbt @@ -0,0 +1,23 @@ +sonatypeProfileName := "com.outr" + +pomExtra in Global := { + https://github.com/outr/arangodb-scala + + + MIT + https://raw.githubusercontent.com/outr/arangodb-scala/master/LICENSE + + + + scm:git:github.com/outr/arangodb-scala + scm:git:git@github.com:outr/arangodb-scala + github.com/outr/arangodb-scala + + + + darkfrog + Matt Hicks + http://matthicks.com + + +} \ No newline at end of file