Skip to content

Commit 80731c0

Browse files
committed
Updates for the README file containing the new repo address
1 parent 31b9464 commit 80731c0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
## Scala Java-Time
33

4-
[![Build Status](https://travis-ci.org/soc/scala-java-time.svg?branch=master)](https://travis-ci.org/soc/scala-java-time)
5-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.soc/scala-java-time_2.11.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.soc/scala-java-time_2.11)
4+
[![Build Status](https://travis-ci.org/cquiroz/scala-java-time.svg?branch=master)](https://travis-ci.org/cquiroz/scala-java-time)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.cquiroz/scala-java-time_2.11.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.cquiroz/scala-java-time_2.11)
66
[![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.8.svg)](http://scala-js.org)
77

88
This project provides an implementation of the `java.time` package, a date and time library that was added in Java 8.
@@ -53,8 +53,8 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M5 and later) are supported.
5353

5454
To get started with SBT, add one (or both) of these dependencies:
5555

56-
- `libraryDependencies += "io.github.soc" % "scala-java-time" % "2.0.0-M1"` (for Scala)
57-
- `libraryDependencies += "io.github.soc" %%% "scala-java-time" % "2.0.0-M1"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
56+
- `libraryDependencies += "com.github.cquiroz" % "scala-java-time" % "2.0.0-M5"` (for Scala)
57+
- `libraryDependencies += "com.github.cquiroz" %%% "scala-java-time" % "2.0.0-M5"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
5858

5959
#### Building
6060
This project builds using sbt.
@@ -77,7 +77,7 @@ We are especially interested in contributions that tackle the following issues:
7777
- *Support for timezones:* The timezone information is read from a binary blob, which won't work in the browser.
7878
We will have a look at other projects like moment.js and decide whether we want to use the same format, or come up with our own.
7979

80-
Have a look at the [issues](https://github.com/soc/scala-java-time/issues) to find something to work on! Let us know if you need help!
80+
Have a look at the [issues](https://github.com/cquiroz/scala-java-time/issues) or [issues](https://github.com/soc/scala-java-time/issues) to find something to work on! Let us know if you need help!
8181

8282
#### Plans
8383

@@ -107,3 +107,7 @@ Pull requests with later versions of the dat file will be accepted.
107107
No. This project is derived from the Reference Implementation previously hosted on GitHub.
108108
That project had a BSD license, which has been preserved here.
109109
Thus, this project is a fork of the original code before entry to OpenJDK.
110+
111+
##### What is the relation to [this](https://github.com/soc/scala-java-time/) project
112+
113+
This is a fork from the original [project](https://github.com/soc/scala-java-time/) aim to complete the API to work on Scala.js

0 commit comments

Comments
 (0)