-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
Hi,
in my dependencies i'm using bonecp in version 0.8.0.RELEASE
val boneCp = "com.jolbox" % "bonecp" % "0.8.0.RELEASE"
also im using sbt-updates 0.1.3 with sbt 0.13.1
when call dependencyUpdates i'm getting:
[info] com.jolbox:bonecp : 0.8.0.RELEASE -> 0.8.0-rc3
but version 0.8.0-rc3 is older than 0.8.0.RELEASE
(http://mvnrepository.com/artifact/com.jolbox/bonecp, https://github.com/wwadge/bonecp/releases)
it's correct behavior?
Reactions are currently unavailable