Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request valotrading#166 from valotrading/releases/1.6.4
Browse files Browse the repository at this point in the history
Stirling 1.6.4
  • Loading branch information
kro committed Dec 4, 2013
2 parents e960de9 + 37dc4a3 commit 2a5c7d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Stirling is available at a Maven repository. Add this into your `build.sbt`:

resolvers += "valotrading" at "http://valotrading.github.com/maven"

libraryDependencies += "stirling" %% "stirling-core" % "1.6.3"
libraryDependencies += "stirling" %% "stirling-core" % "1.6.4"


## License
Expand Down
2 changes: 1 addition & 1 deletion project/StirlingBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object StirlingBuild extends Build {

lazy val commonSettings = Defaults.defaultSettings ++ Seq(
organization := "stirling",
version := "1.6.4-SNAPSHOT",
version := "1.6.5-SNAPSHOT",
scalaVersion := "2.10.0",
javacOptions ++= Seq("-Xlint:unchecked"),
crossScalaVersions := Seq("2.9.2", "2.10.0"),
Expand Down

0 comments on commit 2a5c7d1

Please sign in to comment.