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 "
2
2
project.git = true
3
3
align.preset = none
4
4
align.stripMargin = true
Original file line number Diff line number Diff line change 1
1
import sbt ._
2
2
3
3
object 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 "
7
7
8
- val tastyQuery = " ch.epfl.scala" %% " tasty-query" % " 1.3 .0"
8
+ val tastyQuery = " ch.epfl.scala" %% " tasty-query" % " 1.4 .0"
9
9
val asm = " org.ow2.asm" % " asm" % asmVersion
10
10
val asmUtil = " org.ow2.asm" % " asm-util" % asmVersion
11
11
12
12
// test dependencies
13
- val munit = " org.scalameta" %% " munit" % " 1.0.0 "
13
+ val munit = " org.scalameta" %% " munit" % " 1.0.4 "
14
14
val coursier = (" io.get-coursier" %% " coursier" % coursierVersion).cross(CrossVersion .for3Use2_13)
15
15
val coursierJvm = (" io.get-coursier" %% " coursier-jvm" % coursierVersion).cross(CrossVersion .for3Use2_13)
16
16
}
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(" org.scala-debugger" % " sbt-jdi-tools" % " 1.2.0 " )
You can’t perform that action at this time.
0 commit comments