Skip to content

Commit

Permalink
Fix NodeServiceSpec test
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Apr 17, 2024
1 parent f8ac922 commit 691de70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ class NodeServiceSpec

// This changes greatly, so just test something was set
buildInfo.version must not be empty
buildInfo.scalaVersion mustBe "2.13.7"
buildInfo.sbtVersion mustBe "1.6.2"
buildInfo.scalaVersion mustBe "2.13.13"
buildInfo.sbtVersion mustBe "1.9.9"
}
}

Expand Down

0 comments on commit 691de70

Please sign in to comment.