Skip to content

Commit ef08d3e

Browse files
committed
Update dependencies
1 parent 0749820 commit ef08d3e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.8.1"
1+
version = "3.8.4"
22
project.git = true
33
align.preset = none
44
align.stripMargin = true

project/Dependencies.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
import sbt._
22

33
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"
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
}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.0
1+
sbt.version=1.10.7

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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")

0 commit comments

Comments
 (0)