Skip to content

Commit 1c95895

Browse files
vasilmkdbuilduser
authored andcommitted
[sbt] Update the latest sbt 2 version to 2.0.0-RC3 #SCL-23480
(cherry picked from commit 9fd0627)
1 parent 9c94597 commit 1c95895

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sbt/sbt-api/src/org/jetbrains/sbt/SbtVersion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object SbtVersion {
3737
private val Sbt_1_11 = SbtVersion("1.11.4")
3838

3939
val Sbt_1: SbtVersion = Sbt_1_11
40-
val Sbt_2: SbtVersion = SbtVersion("2.0.0-RC2")
40+
val Sbt_2: SbtVersion = SbtVersion("2.0.0-RC3")
4141
val Sbt_LatestIncludingUnreleased: SbtVersion = Sbt_2
4242

4343
/**

sbt/sbt-impl/test/org/jetbrains/sbt/SbtUtilTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class SbtUtilTest {
102102
assertEquals(SbtVersion.Latest.Sbt_LatestIncludingUnreleased, upgradeSbtVersionToTheLatestCompatible(SbtVersion.Latest.Sbt_LatestIncludingUnreleased))
103103

104104
assertEquals(SbtVersion("1.9001.1"), upgradeSbtVersionToTheLatestCompatible(SbtVersion("1.9001.1")))
105-
assertEquals(SbtVersion("2.0.0-RC2"), upgradeSbtVersionToTheLatestCompatible(SbtVersion("2.0.0-M3")))
105+
assertEquals(SbtVersion("2.0.0-RC3"), upgradeSbtVersionToTheLatestCompatible(SbtVersion("2.0.0-M3")))
106106
assertEquals(SbtVersion("2.0.0"), upgradeSbtVersionToTheLatestCompatible(SbtVersion("2.0.0")))
107107
}
108108

0 commit comments

Comments
 (0)