Skip to content

Commit

Permalink
Merge pull request #876 from JetBrains/rival/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
rafaelldi authored Aug 12, 2024
2 parents 4bf3490 + 8123148 commit 09014bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
#
# # Run Qodana inspections
# - name: Qodana - Code Inspection
# uses: JetBrains/qodana-action@v2024.1.5
# uses: JetBrains/qodana-action@v2024.1.9
# env:
# QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
# with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginUntilBuild = 242.*
# Release: 2020.2
# EAP: 2020.3-EAP2-SNAPSHOT
# Nightly: 2020.3-SNAPSHOT
platformVersion = 2024.2-EAP9-SNAPSHOT
platformVersion = 2024.2-RC1-SNAPSHOT

dotnetBuildConfiguration=Release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ coroutines = "1.8.0"
ktor = "2.3.12"

# plugins
kotlin = "2.0.0"
kotlin = "2.0.10"
serialization = "1.7.1"
changelog = "2.2.1"
intelliJPlatform = "2.0.1"
qodana = "2024.1.5"
qodana = "2024.1.9"
aspectj = "8.6"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>

<RiderSDKVersion>2024.2.0-eap09</RiderSDKVersion>
<RiderSDKVersion>2024.2.0-rc01</RiderSDKVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down

0 comments on commit 09014bf

Please sign in to comment.