File tree 4 files changed +8
-8
lines changed
src/main/resources/META-INF
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI
3
3
on :
4
4
push :
5
5
branches :
6
- - idea223.x
7
6
- idea231.x
8
7
- idea232.x
9
8
- idea233.x
9
+ - idea241.x
10
10
pull_request :
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 1
1
import org .jetbrains .sbtidea .{AutoJbr , JbrPlatform }
2
2
3
3
lazy val scala213 = " 2.13.10"
4
- lazy val scalaPluginVersion = " 2023.3.19 "
5
- lazy val minorVersion = " 1 "
4
+ lazy val scalaPluginVersion = " 2024.1.259:Nightly "
5
+ lazy val minorVersion = " 0 "
6
6
lazy val buildVersion = sys.env.getOrElse(" ZIO_INTELLIJ_BUILD_NUMBER" , minorVersion)
7
- lazy val pluginVersion = s " 2023.3.31 . $buildVersion"
7
+ lazy val pluginVersion = s " 2024.1.32 . $buildVersion"
8
8
9
9
ThisBuild / intellijPluginName := " zio-intellij"
10
- ThisBuild / intellijBuild := " 233 "
10
+ ThisBuild / intellijBuild := " 241.6658 "
11
11
ThisBuild / jbrInfo := AutoJbr (explicitPlatform = Some (JbrPlatform .osx_aarch64))
12
12
13
13
Global / intellijAttachSources := true
@@ -41,7 +41,7 @@ lazy val root =
41
41
s """ <![CDATA[
42
42
<b>What's new?</b>
43
43
<ul>
44
- <li>Added: "Click to see difference" for non-trivial test assertion failures. </li>
44
+ <li>IntelliJ IDEA 2024.1 support! </li>
45
45
</ul>
46
46
]]> """
47
47
)
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.jetbrains" % " sbt-idea-plugin" % " 3.20.3 " )
1
+ addSbtPlugin(" org.jetbrains" % " sbt-idea-plugin" % " 3.21.1 " )
2
2
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
Original file line number Diff line number Diff line change 19
19
20
20
<change-notes >replaced-by-build</change-notes >
21
21
22
- <idea-version since-build =" 233.11799 " until-build =" 233 .*" />
22
+ <idea-version since-build =" 241.6658 " until-build =" 241 .*" />
23
23
24
24
<depends >org.intellij.scala</depends >
25
25
<depends >com.intellij.modules.java</depends >
You can’t perform that action at this time.
0 commit comments