Skip to content

Commit

Permalink
Update scala3-library to 3.3.1 (#3160)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 9, 2023
1 parent 18bba58 commit c1178ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,12 +809,12 @@ class RewriteTest extends FunSuite {

// https://github.com/scala-steward-org/scala-steward/issues/1651
test("don't update in comments") {
val update = ("org.scalatest".g % "scalatest".a % "3.2.0" %> "3.3.0").single
val update = ("org.scalatest".g % "scalatest".a % "3.2.0" %> "3.3.1").single
val original = Map(
"build.sbt" -> """val scalaTest = "3.2.0" // scalaTest 3.2.0 is causing a failure on scala 2.13..."""
)
val expected = Map(
"build.sbt" -> """val scalaTest = "3.3.0" // scalaTest 3.2.0 is causing a failure on scala 2.13..."""
"build.sbt" -> """val scalaTest = "3.3.1" // scalaTest 3.2.0 is causing a failure on scala 2.13..."""
)
runApplyUpdate(update, original, expected)
}
Expand Down

0 comments on commit c1178ff

Please sign in to comment.