File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- version = "3.8.1 "
1+ version = "3.8.4 "
22project.git = true
33align.preset = none
44align.stripMargin = true
Original file line number Diff line number Diff line change 11import sbt ._
22
33object Dependencies {
4- val scala3Next = " 3.4 .2"
5- val asmVersion = " 9.7"
6- val coursierVersion = " 2.1.10 "
4+ val scala3Next = " 3.6 .2"
5+ val asmVersion = " 9.7.1 "
6+ val coursierVersion = " 2.1.24 "
77
8- val tastyQuery = " ch.epfl.scala" %% " tasty-query" % " 1.3 .0"
8+ val tastyQuery = " ch.epfl.scala" %% " tasty-query" % " 1.4 .0"
99 val asm = " org.ow2.asm" % " asm" % asmVersion
1010 val asmUtil = " org.ow2.asm" % " asm-util" % asmVersion
1111
1212 // test dependencies
13- val munit = " org.scalameta" %% " munit" % " 1.0.0 "
13+ val munit = " org.scalameta" %% " munit" % " 1.0.4 "
1414 val coursier = (" io.get-coursier" %% " coursier" % coursierVersion).cross(CrossVersion .for3Use2_13)
1515 val coursierJvm = (" io.get-coursier" %% " coursier-jvm" % coursierVersion).cross(CrossVersion .for3Use2_13)
1616}
Original file line number Diff line number Diff line change 1- sbt.version =1.10.0
1+ sbt.version =1.10.7
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12 " )
2- addSbtPlugin(" org.scala-debugger " % " sbt-jdi-tools" % " 1.1.1 " )
1+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.2 " )
2+ addSbtPlugin(" com.github.sbt " % " sbt-jdi-tools" % " 1.2.0 " )
You can’t perform that action at this time.
0 commit comments