Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Prep for 2.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Jan 23, 2015
1 parent 93815c4 commit 7f0d6be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/CasbahBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ object Dependencies {

def scalaStyle(scalaVersion: String) =
scalaVersion match {
case "2.11.4" => Seq()
case "2.11.5" => Seq()
case _ => Seq("org.scalastyle" %% "scalastyle" % "0.4.0" % "test")
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '2.7'
# The full version, including alpha/beta/rc tags.
release = '2.7.4'
release = '2.7.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions src/sphinx/guide/installation_alt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ releases and should be considered (and kept) stable.

.. |scala_versions| replace:: 2.9.3, 2.10.x, 2.11.x
.. |all_dep_urls| replace::
http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.11/2.7.4/casbah-alldep_2.11-2.7.4.jar
http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.10/2.7.4/casbah-alldep_2.10-2.7.4.jar
http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.9.3/2.7.4/casbah-alldep_2.9.3-2.7.4.jar
http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.11/2.7.5/casbah-alldep_2.11-2.7.5.jar
http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.10/2.7.5/casbah-alldep_2.10-2.7.5.jar
http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.9.3/2.7.5/casbah-alldep_2.9.3-2.7.5.jar

0 comments on commit 7f0d6be

Please sign in to comment.