Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinn committed Dec 22, 2017
1 parent 6c834a6 commit 6dd1d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Add this to your project's `build.sbt`:

resolvers += "micronautics/scala on bintray" at "http://dl.bintray.com/micronautics/scala"

libraryDependencies += "com.micronautics" %% "scala-sig" % "0.1.2"
libraryDependencies += "com.micronautics" %% "scala-sig" % "0.1.3"

## Scaladoc
[Here](http://blog.mslinn.com/scala-sig/latest/api/com/micronautics/sig/index.html).
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ organization := "com.micronautics"

name := "scala-sig"

version := "0.1.2"
version := "0.1.3"

scalaVersion := "2.12.4"

Expand Down

0 comments on commit 6dd1d54

Please sign in to comment.