The change to beta2 isn't working for me:

    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.3.0-beta2</version>
    </dependency>

1.3.0-beta1 works fine.

On Aug 29, 7:28 am, Christopher Redinger <redin...@gmail.com> wrote:
> Clojure 1.3 Beta 2 is now available at
>
> http://clojure.org/downloads
>
> The list of changes:
>
>   * clojure.test/*/*-report vars made dynamic for use with external
>     tools.
>   * Calls favor arg vectors :tag over var :tag (CLJ-811)
>   * BigInt ops made faster when values are small enough to be treated as
> longs
>   * rational? metadata fixed
>   * partition and partition-all holds less
>   * Bug fixed on transient vectors
>   * print-dup and print-method removed for deftypes (CLJ-812)
>   * Prevent make-parents NPE, (CLJ-808)
>   * Special print support removed for BigIntegers. (CLJ-798)
>
> Please grab it and let us know how it works for you.
>
> Thanks!
>
> --
> Chris Redinger
> Clojure/corehttp://clojure.com

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to