We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e831dc commit 7cdcb87Copy full SHA for 7cdcb87
modules/core/src/test/scala/org/scalasteward/core/update/artifact/ArtifactMigrationsFinderTest.scala
@@ -151,7 +151,7 @@ class ArtifactMigrationsFinderTest extends FunSuite {
151
test("migrateDependency: sbt-dynver with migration") {
152
val dependency = ("com.dwijnand".g % "sbt-dynver".a % "4.1.1")
153
.copy(sbtVersion = Some(SbtVersion("1.0")), scalaVersion = Some(ScalaVersion("2.12")))
154
- val expected = (dependency %> Nel.of("5.0.1")).single
+ val expected = (dependency %> Nel.of("5.1.0")).single
155
.copy(newerGroupId = Some("com.github.sbt".g), newerArtifactId = Some("sbt-dynver"))
156
val obtained = updateAlg
157
.findUpdates(
0 commit comments