Fixes #90, by adding OSGi export setting foe org.xerial.snappy.buffer package. 1.1.1.5 release

This commit is contained in:
Taro L. Saito 2014-10-24 09:46:15 +09:00
parent 35ed7a8386
commit 0122b6bfcc
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ libraryDependencies ++= Seq(
osgiSettings
OsgiKeys.exportPackage := Seq("org.xerial.snappy")
OsgiKeys.exportPackage := Seq("org.xerial.snappy", "org.xerial.snappy.buffer")
OsgiKeys.bundleSymbolicName := "org.xerial.snappy.snappy-java"

View File

@ -1 +1 @@
version in ThisBuild := "1.1.1.5-SNAPSHOT"
version in ThisBuild := "1.1.1.5"