Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Apr 7, 2013
2 parents 6e5ec75 + c8cdf63 commit 27b7b64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Please see [The Scalatra Book](http://www.scalatra.org/guides/) for more.


## Latest version ## Latest version


The latest version of Scalatra is `2.2.0`, and is published to [Maven Central](http://repo1.maven.org/maven2/org/scalatra). The latest version of Scalatra is `2.2.1`, and is published to [Maven Central](http://repo1.maven.org/maven2/org/scalatra).


```scala ```scala
libraryDependencies += "org.scalatra" %% "scalatra" % "2.2.0" libraryDependencies += "org.scalatra" %% "scalatra" % "2.2.1"
``` ```


### Development version ### Development version
Expand All @@ -35,7 +35,7 @@ The develop branch is published as `2.2.1-SNAPSHOT` to [OSSRH](http://oss.sonaty
```scala ```scala
resolvers += "Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots" resolvers += "Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"


libraryDependencies += "org.scalatra" %% "scalatra" % "2.2.1-SNAPSHOT" libraryDependencies += "org.scalatra" %% "scalatra" % "2.2.2-SNAPSHOT"
``` ```


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


private val jettyVersion = "8.1.10.v20130312" private val jettyVersion = "8.1.10.v20130312"


private val json4sVersion = "3.2.3" private val json4sVersion = "3.2.4"


private val scalateArtifact: String => String = { private val scalateArtifact: String => String = {
case sv if sv startsWith "2.8." => "scalate-core" case sv if sv startsWith "2.8." => "scalate-core"
Expand Down

0 comments on commit 27b7b64

Please sign in to comment.