Skip to content

Commit 0122b6b

Browse files
committed
Fixes xerial#90, by adding OSGi export setting foe org.xerial.snappy.buffer package. 1.1.1.5 release
1 parent 35ed7a8 commit 0122b6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ libraryDependencies ++= Seq(
7676
osgiSettings
7777

7878

79-
OsgiKeys.exportPackage := Seq("org.xerial.snappy")
79+
OsgiKeys.exportPackage := Seq("org.xerial.snappy", "org.xerial.snappy.buffer")
8080

8181
OsgiKeys.bundleSymbolicName := "org.xerial.snappy.snappy-java"
8282

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.1.1.5-SNAPSHOT"
1+
version in ThisBuild := "1.1.1.5"

0 commit comments

Comments
 (0)