Re: deps.edn dependency whose name starts with a number

2021-05-15 Thread 'Alex Miller' via Clojure
I don't think there is any workaround for this, it's the first time I've seen someone run into this. I'll log it and think about a solution. On Saturday, May 15, 2021 at 6:22:41 PM UTC-5 zk wrote: > Is there a way to specify a dependency whose name starts with a number? > For example: > > ``` >

deps.edn dependency whose name starts with a number

2021-05-15 Thread zk
Is there a way to specify a dependency whose name starts with a number? For example: ``` {:deps {com.github.2captcha/2captcha-java {:mvn/version "1.0.1"}}} ``` will error with ``` Error building classpath. Error reading edn. Invalid token: com.github.2captcha/2captcha-java (/Users/zk/code/mono