Skip to content

Commit

Permalink
Merge pull request #810 from JetBrains/241.ra/target-241
Browse files Browse the repository at this point in the history
Target 2024.1
  • Loading branch information
rafaelldi committed Apr 11, 2024
2 parents 20d30ee + 87027c7 commit 49b5086
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BuildPlugin
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tc_open "Initializing build script"
IJ_VERSION_MINOR=
IJ_VERSION_LATEST=$IJ_VERSION_MAJOR.$IJ_VERSION_MINOR \
&& [[ -z $IJ_VERSION_MINOR ]] && IJ_VERSION_LATEST=$IJ_VERSION_MAJOR
IJ_SCALA_VERSION_LATEST=2024.1.11
IJ_SCALA_VERSION_LATEST=2024.1.15

while getopts ":hqvBC:e:" option; do
case $option in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ org.gradle.jvmargs='-Duser.language=en'
sources=false

#https://www.jetbrains.com/intellij-repository/snapshots
intellij_version=IC-241.14494-EAP-CANDIDATE-SNAPSHOT
rider_version=RD-2024.1-EAP9-SNAPSHOT
#rider_version=RD-2023.3
intellij_version=IC-241.15989-EAP-CANDIDATE-SNAPSHOT
#rider_version=RD-2024.1-EAP9-SNAPSHOT
rider_version=RD-2024.1
build_common_code_with=rider
intellij_plugin_name=azure-toolkit-for-intellij
rider_plugin_name=azure-toolkit-for-rider
rider_backend_build_configuration=Debug

#https://plugins.jetbrains.com/plugin/1347-scala/versions/stable
dep_plugins=org.intellij.scala:2024.1.11
dep_plugins=org.intellij.scala:2024.1.15
applicationinsights.key=57cc111a-36a8-44b3-b044-25d293b8b77c

updateVersionRange=false
Expand Down

0 comments on commit 49b5086

Please sign in to comment.