dependencies

11 views
Skip to first unread message

Matthew Pocock

unread,
Jan 31, 2014, 10:45:53 AM1/31/14
to specs...@googlegroups.com
Hi,

I am using specs2_2.10:2.3.7 from maven. When I build, I get this warning:

[WARNING]  org.specs2:specs2_2.10:2.3.7 requires scala version: 2.10.3
[WARNING]  org.scala-lang:scala-compiler:2.10.3 requires scala version: 2.10.3
[WARNING]  org.specs2:specs2_2.10:2.3.7 requires scala version: 2.10.3
[WARNING]  org.scalacheck:scalacheck_2.10:1.11.1 requires scala version: 2.10.3
[WARNING]  org.specs2:classycle:1.4.1 requires scala version: 2.9.1

Is this something to be worried about? Have I done something wrong here?

Thanks
Matthew

--
Dr Matthew Pocock
Turing ate my hamster LTD

Integrative Bioinformatics Group, School of Computing Science, Newcastle University

skype: matthew.pocock
tel: (0191) 2566550

Thomas Sant'ana

unread,
Jan 31, 2014, 1:43:09 PM1/31/14
to specs...@googlegroups.com
I've been seeing this for some months. But that never affected me. I think classycle is binary compatible in this case.

I would love to see them gone, but no harm so far.

Thomas


--
You received this message because you are subscribed to the Google Groups "specs-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to specs-users...@googlegroups.com.
To post to this group, send email to specs...@googlegroups.com.
Visit this group at http://groups.google.com/group/specs-users.
For more options, visit https://groups.google.com/groups/opt_out.

etorreborre

unread,
Feb 2, 2014, 4:42:49 PM2/2/14
to specs...@googlegroups.com
Hi Matthew, Thomas,

I was not aware of this, I don't remember seeing that warning before.

I'll see how to fix it today.

Cheers,

Eric.

PS: Matthew, btw if you want to post things about specs2, this is the right mailing-list :-).

etorreborre

unread,
Feb 2, 2014, 6:25:25 PM2/2/14
to specs...@googlegroups.com
Ok, I think that you might have specified the classycle dependency as

 "org.specs2" %% "classycle" % "1.4" (which points to a 2.9 Scala version on Sonatype) 

whereas it should be

 "org.specs2" % "classycle" % "1.4.1" 

Can you please check that?

Thanks.

Matthew Pocock

unread,
Feb 7, 2014, 10:43:20 AM2/7/14
to specs...@googlegroups.com
I get this now:


[WARNING]  org.specs2:classycle:1.4.1 requires scala version: 2.9.1

I'm looking at the pom for this, and it points to scala-library 2.9.1.

Matthew

etorreborre

unread,
Feb 9, 2014, 7:11:37 AM2/9/14
to specs...@googlegroups.com
Hi Matthew,

There's a new classycle jar which should not have any dependencies now (I had to fight a bit with the Sonatype maven publishing):

"org.specs2" % "classycle" % "1.4.3"

Eric.
Reply all
Reply to author
Forward
0 new messages