Skip to content

Commit

Permalink
Bumped version for 1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Jan 21, 2013
1 parent 9dbc4b3 commit 30ade04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ This project is an attempt to provide an Automatic-Resource-Management library f

In SBT:

libraryDependencies += "com.jsuereth" %% "scala-arm" % "1.2"
libraryDependencies += "com.jsuereth" %% "scala-arm" % "1.3"

*or*

libraryDependencies += "com.jsuereth" % "scala-arm_2.9.2" % "1.3"
libraryDependencies += "com.jsuereth" % "scala-arm_2.10" % "1.3"

In Maven:

<dependency>
<groupId>com.jsuereth</groupId>
<artifactId>scala-arm_${scala.version}</artifactId>
<version>1.2</version>
<artifactId>scala-arm_${scala.binary.version}</artifactId>
<version>1.3</version>
</dependency>


Expand Down Expand Up @@ -55,7 +60,7 @@ For more information on usage, see [Usage](http://jsuereth.com/scala-arm/usage.h

## SCALA LICENSE

Copyright (c) 2002-2009 EPFL, Lausanne, unless otherwise specified.
Copyright (c) 2002-2013 EPFL, Lausanne, unless otherwise specified.
All rights reserved.

This software was developed by the Programming Methods Laboratory of the
Expand Down
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object ArmDef extends Build {
val arm = (Project("scala-arm", file(".")) settings(
organization := "com.jsuereth",
name := "scala-arm",
version := "1.3-SNAPSHOT",
version := "1.3",
scalaVersion := "2.9.2",
crossScalaVersions := Seq("2.9.2", "2.10.0"),
resolvers += "junit interface repo" at "https://repository.jboss.org/nexus/content/repositories/scala-tools-releases",
Expand Down

0 comments on commit 30ade04

Please sign in to comment.