We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ed7a8 commit 0122b6bCopy full SHA for 0122b6b
2 files changed
build.sbt
@@ -76,7 +76,7 @@ libraryDependencies ++= Seq(
76
osgiSettings
77
78
79
-OsgiKeys.exportPackage := Seq("org.xerial.snappy")
+OsgiKeys.exportPackage := Seq("org.xerial.snappy", "org.xerial.snappy.buffer")
80
81
OsgiKeys.bundleSymbolicName := "org.xerial.snappy.snappy-java"
82
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "1.1.1.5-SNAPSHOT"
+version in ThisBuild := "1.1.1.5"
0 commit comments