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

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Jul 18, 2019
1 parent 3410c33 commit 40c1640
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ada Web [![version](https://img.shields.io/badge/version-0.7.3-green.svg)](https://ada-discovery.org) [![License: CC BY-NC 3.0](https://img.shields.io/badge/License-CC%20BY--NC%203.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/3.0/)
# Ada Web [![version](https://img.shields.io/badge/version-0.8.0-green.svg)](https://ada-discovery.org) [![License: CC BY-NC 3.0](https://img.shields.io/badge/License-CC%20BY--NC%203.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/3.0/)

This is a web part of Ada Discovery Analytics.

Expand All @@ -7,8 +7,8 @@ This is a web part of Ada Discovery Analytics.
All you need is **Scala 2.11**. To pull the library you have to add the following dependencies to *build.sbt*

```
"org.adada" %% "ada-web" % "0.7.3"
"org.adada" %% "ada-web" % "0.7.3" classifier "assets",
"org.adada" %% "ada-web" % "0.8.0",
"org.adada" %% "ada-web" % "0.8.0" classifier "assets"
```

or to *pom.xml* (if you use maven)
Expand All @@ -17,12 +17,12 @@ or to *pom.xml* (if you use maven)
<dependency>
<groupId>org.adada</groupId>
<artifactId>ada-web_2.11</artifactId>
<version>0.7.3</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.adada</groupId>
<artifactId>ada-web_2.11</artifactId>
<version>0.7.3</version>
<version>0.8.0</version>
<classifier>assets</classifier>
</dependency>
```
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PlayKeys.devSettings := Seq(
)

libraryDependencies ++= Seq(
"org.adada" %% "ada-server" % "0.8.0.RC.4",
"org.adada" %% "ada-server" % "0.8.0",
"org.in-cal" %% "incal-play" % "0.2.1",
"com.typesafe.play" %% "play-mailer" % "6.0.1", // to send emails
"com.typesafe.play" %% "play-mailer-guice" % "6.0.1", // to send emails (Guice)
Expand Down

0 comments on commit 40c1640

Please sign in to comment.