File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up JDK 17
1818 uses : actions/setup-java@v4
1919 with :
2828 lint :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Set up JDK 17
3333 uses : actions/setup-java@v4
3434 with :
4343 test :
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - name : Set up JDK 17
4848 uses : actions/setup-java@v4
4949 with :
5858 verification :
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 - name : Set up JDK 17
6363 uses : actions/setup-java@v4
6464 with :
Original file line number Diff line number Diff line change 11import org .jetbrains .sbtidea .Keys .*
22import org .jetbrains .sbtidea .verifier .FailureLevel
33
4- lazy val scala3Version = " 3.7.1 "
4+ lazy val scala3Version = " 3.7.2 "
55lazy val logbackVersion = " 1.5.18"
66lazy val graphvizVersion = " 0.18.1"
77lazy val joorVersion = " 0.9.15"
Original file line number Diff line number Diff line change 1- sbt.version =1.11.3
1+ sbt.version =1.11.4
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ ThisBuild / resolvers ++= Seq(
33 " Sonatype OSS Releases" at " https://s01.oss.sonatype.org/content/repositories/releases"
44)
55addSbtPlugin(" org.jetbrains" % " sbt-ide-settings" % " 1.1.0" )
6- addSbtPlugin(" org.jetbrains.scala" % " sbt-idea-plugin" % " 5.0.4 " )
6+ addSbtPlugin(" org.jetbrains.scala" % " sbt-idea-plugin" % " 5.0.8 " )
77addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
88addSbtPlugin(" org.bitlap" % " sbt-kotlin-plugin" % " 4.0.1" )
You can’t perform that action at this time.
0 commit comments