Skip to content

Commit ce01c6d

Browse files
committed
update dependencies
1 parent 3639bad commit ce01c6d

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
@@ -18,7 +18,7 @@ object Dependencies {
1818
val scalajsDom = libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.8.0"
1919
val slf4jSimple = libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.17" % Test
2020
val slips = libraryDependencies += "de.rmgk.slips" %%% "partypack" % "0.12.0"
21-
val sttpCore = libraryDependencies += "com.softwaremill.sttp.client4" %%% "core" % "4.0.0-RC1"
21+
val sttpCore = libraryDependencies += "com.softwaremill.sttp.client4" %%% "core" % "4.0.0-RC2"
2222
val tink = libraryDependencies += "com.google.crypto.tink" % "tink" % "1.17.0"
2323

2424
val bouncyCastle = libraryDependencies ++=
@@ -36,7 +36,7 @@ object Dependencies {
3636
)
3737

3838
def jetty = {
39-
val jettyVersion = "12.0.17"
39+
val jettyVersion = "12.0.18"
4040
Seq(
4141
"org.eclipse.jetty.websocket" % "jetty-websocket-jetty-server" % jettyVersion,
4242
"org.eclipse.jetty.websocket" % "jetty-websocket-jetty-client" % jettyVersion,
@@ -46,8 +46,8 @@ object Dependencies {
4646

4747
def jsoniterScala =
4848
libraryDependencies ++= Seq(
49-
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.33.2",
50-
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.33.2" % Provided
49+
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.33.3",
50+
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.33.3" % Provided
5151
)
5252

5353
def scalafx: ModuleID = "org.scalafx" %% "scalafx" % "23.0.1-R34"

0 commit comments

Comments
 (0)