Skip to content

Commit

Permalink
Prepare for release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Feb 14, 2019
1 parent bd0f911 commit 71e6a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,8 @@

Service | Status | Description
------- | ------ | -----------
Travis | [![Build Status](https://travis-ci.org/slicebox/dicom-streams.svg?branch=develop)](https://travis-ci.org/slicebox/dicom-streams.svg?branch=develop) | [Tests](https://travis-ci.org/slicebox/dicom-streams/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/github/slicebox/dicom-streams/badge.svg?branch=develop)](https://coveralls.io/github/slicebox/dicom-streams?branch=develop) | Code coverage
Travis | [![Build Status](https://travis-ci.org/slicebox/dicom-streams.svg?branch=master)](https://travis-ci.org/slicebox/dicom-streams.svg?branch=master) | [Tests](https://travis-ci.org/slicebox/dicom-streams/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/github/slicebox/dicom-streams/badge.svg?branch=master)](https://coveralls.io/github/slicebox/dicom-streams?branch=master) | Code coverage
Gitter | [![Join the chat at https://gitter.im/slicebox/dicom-streams](https://badges.gitter.im/slicebox/dicom-streams.svg)](https://gitter.im/slicebox/dicom-streams?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | Chatroom

The purpose of this project is to create a streaming API for reading and processing DICOM data using [akka-streams](http://doc.akka.io/docs/akka/current/scala/stream/index.html).
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -2,7 +2,7 @@ import sbt.IO
import DicomSourceGenerators._

name := "dicom-streams"
version := "0.8-SNAPSHOT"
version := "0.8"
organization := "se.nimsa"
scalaVersion := "2.12.8"
scalacOptions := Seq("-encoding", "UTF-8", "-Xlint", "-deprecation", "-unchecked", "-feature", "-target:jvm-1.8")
Expand All @@ -24,7 +24,7 @@ resolvers ++= Seq(
// deps

libraryDependencies ++= {
val akkaVersion = "2.5.20"
val akkaVersion = "2.5.21"
Seq(
"org.scala-lang.modules" %% "scala-xml" % "1.1.1",
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
Expand Down

0 comments on commit 71e6a65

Please sign in to comment.