Skip to content

Commit

Permalink
updated readme and maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pniederw committed Oct 24, 2012
1 parent a65eaca commit 7396cdf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -8,7 +8,7 @@ Expecty is licensed under the Apache 2 license.

## Latest Release

Expecty 0.5 was released on September 24th, 2012. It requires Scala 2.10.0-M7 or higher. For Scala 2.10.0-M6 you can still use Expecty 0.4.
Expecty 0.6 was released on October 24th, 2012. It requires Scala 2.10.0-RC1 or higher. For Scala 2.10.0-M7 you can still use Expecty 0.6.

## Download

Expand All @@ -18,7 +18,7 @@ For SBT builds:

```scala
val expectyRepo = "Expecty Repository" at "https://raw.github.com/pniederw/expecty/master/m2repo/"
val expecty = "org.expecty" % "expecty" % "0.5"
val expecty = "org.expecty" % "expecty" % "0.6"
```

For Maven builds:
Expand All @@ -35,7 +35,7 @@ For Maven builds:
<dependency>
<groupId>org.expecty</groupId>
<artifactId>org.expecty</artifactId>
<version>0.5</version>
<version>0.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -54,7 +54,7 @@ repositories {
}
dependencies {
testCompile "org.expecty:expecty:0.5"
testCompile "org.expecty:expecty:0.6"
}
```

Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: "scala"
apply plugin: "idea"
apply plugin: "maven"

version = "0.6-SNAPSHOT"
version = "0.6"
group = "org.expecty"

repositories {
Expand All @@ -16,7 +16,6 @@ configurations {

dependencies {
scalaTools "org.scala-lang:scala-compiler:2.10.0-RC1"

compile "org.scala-lang:scala-library:2.10.0-RC1"
provided "org.scala-lang:scala-reflect:2.10.0-RC1"

Expand Down
3 changes: 2 additions & 1 deletion m2repo/org/expecty/expecty/maven-metadata.xml
Expand Up @@ -10,7 +10,8 @@
<version>0.3</version>
<version>0.4</version>
<version>0.5</version>
<version>0.6</version>
</versions>
<lastUpdated>20120924210104</lastUpdated>
<lastUpdated>20121024084742</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion m2repo/org/expecty/expecty/maven-metadata.xml.md5
@@ -1 +1 @@
11b511f9f61497891fdf43225c8f6e59
4e457ebd27a3fbdb4eda317c263e6aeb
2 changes: 1 addition & 1 deletion m2repo/org/expecty/expecty/maven-metadata.xml.sha1
@@ -1 +1 @@
86a3e56ffee2ae88c44e141a47d9d5636b7a5fe0
05861bd204b38096446642bc93410ee6150afd29

0 comments on commit 7396cdf

Please sign in to comment.