Skip to content

Commit

Permalink
version bump for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Vila committed Mar 5, 2013
1 parent 8becba6 commit ce873b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ version := "0.1.6-T1"

// ### Build settings ###

libraryDependencies += "org.scalatest" %% "scalatest" % "1.8" % "test"
libraryDependencies += "org.scalatest" % "scalatest_2.9.2" % "1.8" % "test"

crossScalaVersions := Seq("2.9.2", "2.9.1-1", "2.9.1", "2.9.0-1", "2.9.0")
crossScalaVersions := Seq("2.10.1-RC2", "2.10.1-RC1", "2.10.0", "2.9.3", "2.9.2", "2.9.1-1", "2.9.1", "2.9.0-1", "2.9.0")

scalaVersion <<= crossScalaVersions(_.head)

Expand All @@ -20,7 +20,7 @@ unmanagedSourceDirectories in Test <<= (scalaSource in Test )(_ :: Nil)

// ### Publishing ###

publishTo := Some("Element Releases" at "http://maven.element.hr/nexus/content/repositories/releases/")
publishTo := Some("Element Releases" at "http://repo.element.hr/nexus/content/repositories/releases/")

credentials += Credentials(Path.userHome / ".publish" / "element.credentials")

Expand Down

0 comments on commit ce873b9

Please sign in to comment.