Skip to content

Commit

Permalink
corrected deployment coordinates; upped version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barkhorn committed Jan 22, 2017
1 parent e44322d commit b3c10f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ crossScalaVersions in ThisBuild := Seq("2.10.6", "2.11.8", "2.12.1")
// the default in scala.js is now node.js, and rhino will be unsupported in v1.0
// update documentation to explain setup for this, then remove rhino for tests
scalaJSUseRhino in ThisBuild := true
organization in ThisBuild := "org.scalamock"

lazy val scalatest = "org.scalatest" %% "scalatest" % "3.0.1"
lazy val specs2 = "org.specs2" %% "specs2-core" % "3.8.6"
Expand All @@ -23,7 +24,6 @@ lazy val scalaXml = libraryDependencies ++= (
)

val commonSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "org.scalamock",
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
scalacOptions in (Compile, doc) ++= Opts.doc.title("ScalaMock") ++ Opts.doc.version(version.value) ++ Seq("-doc-root-content", "rootdoc.txt", "-version"),
pomIncludeRepository := { _ => false },
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

version in ThisBuild := "3.4.3"
version in ThisBuild := "3.5.0"


0 comments on commit b3c10f6

Please sign in to comment.