@@ -17,7 +17,7 @@ import scala.concurrent.duration.{Duration, DurationInt}
17
17
18
18
object Dependencies {
19
19
def scala212 = " 2.12.19"
20
- def scala213 = " 2.13.13 "
20
+ def scala213 = " 2.13.14 "
21
21
22
22
def scalaVersions = Seq (scala212, scala213)
23
23
@@ -53,7 +53,7 @@ object Dependencies {
53
53
def jsonrpc4s = ivy " io.github.alexarchambault.bleep::jsonrpc4s:0.1.1 "
54
54
def junit = ivy " com.github.sbt:junit-interface:0.13.3 "
55
55
def libdaemonjvm = ivy " io.github.alexarchambault.libdaemon::libdaemon:0.0.11 "
56
- def libraryManagement = ivy " org.scala-sbt::librarymanagement-ivy:1.9.3 "
56
+ def libraryManagement = ivy " org.scala-sbt::librarymanagement-ivy:1.10.0 "
57
57
def log4j = ivy " org.apache.logging.log4j:log4j-core:2.23.0 "
58
58
def logback = ivy " ch.qos.logback:logback-classic:1.4.14 "
59
59
def macroParadise = ivy " org.scalamacros:::paradise:2.1.1 "
@@ -62,9 +62,9 @@ object Dependencies {
62
62
def nailgun = ivy " io.github.alexarchambault.bleep:nailgun-server:1.0.7 "
63
63
def osLib = ivy " com.lihaoyi::os-lib:0.9.0 "
64
64
def pprint = ivy " com.lihaoyi::pprint:0.9.0 "
65
- def sbtTestAgent = ivy " org.scala-sbt:test-agent:1.9.9 "
65
+ def sbtTestAgent = ivy " org.scala-sbt:test-agent:1.10.0 "
66
66
def sbtTestInterface = ivy " org.scala-sbt:test-interface:1.0 "
67
- def scalaDebugAdapter = ivy " ch.epfl.scala::scala-debug-adapter:4.0.3 "
67
+ def scalaDebugAdapter = ivy " ch.epfl.scala::scala-debug-adapter:4.1.1 "
68
68
def scalaJsLinker1 = ivy " org.scala-js::scalajs-linker: $scalaJs1Version"
69
69
def scalaJsEnvs1 = ivy " org.scala-js::scalajs-js-envs: $scalaJsEnvsVersion"
70
70
def scalaJsEnvNode1 = ivy " org.scala-js::scalajs-env-nodejs: $scalaJsEnvsVersion"
@@ -79,7 +79,7 @@ object Dependencies {
79
79
def svm = ivy " org.graalvm.nativeimage:svm: $graalvmVersion"
80
80
def utest = ivy " com.lihaoyi::utest:0.8.3 "
81
81
def xxHashLibrary = ivy " net.jpountz.lz4:lz4:1.3.0 "
82
- def zinc = ivy " org.scala-sbt::zinc:1.9.5 "
82
+ def zinc = ivy " org.scala-sbt::zinc:1.10.0 "
83
83
def zipkinSender = ivy " io.zipkin.reporter2:zipkin-sender-urlconnection:2.17.2 "
84
84
def zt = ivy " org.zeroturnaround:zt-zip:1.17 "
85
85
0 commit comments