Skip to content

Commit 5d98ccc

Browse files
committed
update dependencies
1 parent 7c1ae49 commit 5d98ccc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/Dependencies.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Dependencies {
1212
val conscript = libraryDependencies += "org.conscrypt" % "conscrypt-openjdk-uber" % "2.5.2"
1313
val decline = libraryDependencies += "com.monovore" %%% "decline" % "2.5.0"
1414
val fansi = libraryDependencies += "com.lihaoyi" %%% "fansi" % "0.5.0"
15-
val jetcd = libraryDependencies += "io.etcd" % "jetcd-core" % "0.8.4"
15+
val jetcd = libraryDependencies += "io.etcd" % "jetcd-core" % "0.8.5"
1616
val monocleCore = libraryDependencies += "dev.optics" %%% "monocle-core" % "3.3.0"
1717
val scalaSwing = libraryDependencies += "org.scala-lang.modules" %% "scala-swing" % "3.0.0"
1818
val scalaXml = libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
@@ -25,8 +25,8 @@ object Dependencies {
2525
// Note, jdk18 means JDK 1.8
2626
"org.bouncycastle" % "bcprov-jdk18on" % "1.80",
2727
"org.bouncycastle" % "bcpkix-jdk18on" % "1.80",
28-
"io.github.hakky54" % "sslcontext-kickstart" % "9.0.0",
29-
"io.github.hakky54" % "sslcontext-kickstart-for-pem" % "9.0.0",
28+
"io.github.hakky54" % "sslcontext-kickstart" % "9.1.0",
29+
"io.github.hakky54" % "sslcontext-kickstart-for-pem" % "9.1.0",
3030
)
3131

3232
def borer = libraryDependencies ++= Seq(
@@ -35,7 +35,7 @@ object Dependencies {
3535
)
3636

3737
def jetty = {
38-
val jettyVersion = "12.0.16"
38+
val jettyVersion = "12.0.17"
3939
Seq(
4040
"org.eclipse.jetty.websocket" % "jetty-websocket-jetty-server" % jettyVersion,
4141
"org.eclipse.jetty.websocket" % "jetty-websocket-jetty-client" % jettyVersion,

0 commit comments

Comments
 (0)