Skip to content

Commit

Permalink
Integration tests: fixed org.jetbrains:annotations version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jan 13, 2023
1 parent 8cbfee7 commit 57e8a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/classpath/verify.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ __FILE__.init {
+--- org.jetbrains:markdown:0.3.1
| \--- org.jetbrains:markdown-jvm:0.3.1
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31
| | +--- org.jetbrains:annotations:13.0 -> 23.1.0
| | +--- org.jetbrains:annotations:13.0 -> 24.0.0
| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31
| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31
+--- org.jetbrains:annotations:23.1.0
+--- org.jetbrains:annotations:24.0.0
\--- com.jetbrains:ideaIC:2022.1
""".trimIndent()

Expand All @@ -39,7 +39,7 @@ __FILE__.init {

logs containsText """
z10_intellijDefaultDependencies
\--- org.jetbrains:annotations:23.1.0
\--- org.jetbrains:annotations:24.0.0
""".trimIndent()

logs containsText """
Expand Down

0 comments on commit 57e8a2b

Please sign in to comment.