Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Add Scaladex badge to supply info on supported Scala versions
Browse files Browse the repository at this point in the history
Badge introduced with scalacenter/scaladex#660
  • Loading branch information
rtyley authored May 12, 2021
1 parent 47d6095 commit a84d010
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**No longer maintained**

[![scala-io artifacts](https://index.scala-lang.org/rtyley/scala-io/scala-io/latest-by-scala-version.svg)](https://index.scala-lang.org/rtyley/scala-io/scala-io/)


The goal of this project is to create an Input/Output and filesystem access API for scala.

The main inspiration is the Java 7 NIO file API combined with the scala-arm project being worked on by jseureth.
Expand All @@ -6,4 +11,4 @@ The implementation will work with Java 6+ and will depend on scala-arm but not o

There are two main components to the API. Core and File. Core deals with obtaining data from streams, channels, etc... Basically adapting the IO object of the underlying platform (JVM, CLR) to be more idiomatic Scala.

For details see [http://jesseeichar.github.com/scala-io-doc/](http://jesseeichar.github.com/scala-io-doc/).
For details see [http://jesseeichar.github.com/scala-io-doc/](http://jesseeichar.github.com/scala-io-doc/).

0 comments on commit a84d010

Please sign in to comment.