You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+36-5
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
17
17
18
18
[source,clojure]
19
19
----
20
-
[net.tbt-post/zlib-tiny "0.4.1"]
20
+
[net.tbt-post/zlib-tiny "0.5.0"]
21
21
----
22
22
23
-
CAUTION: From version v0.3.2 and upward the library requires Java class versions 53.0 and newer (J11+), thus if in your needs is to use it with Java 1.8please switch back to older (0.2.x) version of the library or try to rebuild the library locally.
23
+
CAUTION: From version v0.3.2 and upward the library may require Java class versions 53.0 and newer (J11+), thus if in your needs is to use it with some of Java 1.8, and the library build is not compatible with your version of Java, please switch back to older (0.2.x) version of the library (if your project not requires fresh features) or try to rebuild the library locally. We are doing our best to keep the library backward compatible with older Java versions, but unfortunately can not guaranty complete compatibility with wide range of java builds.
24
24
25
25
=== Compress
26
26
@@ -73,6 +73,20 @@ CAUTION: From version v0.3.2 and upward the library requires Java class versions
0 commit comments