Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Oct 20, 2024
1 parent fdccf6d commit c64186f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ object Dependencies {

def jsoniterScala =
libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.15",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.30.15" % Provided
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.31.0",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.31.0" % Provided
)

object slips {
Expand Down
2 changes: 1 addition & 1 deletion project/DependenciesLocal.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object DependenciesLocal {
val scalaXml = libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
val slf4j = libraryDependencies += "org.slf4j" % "slf4j-jdk14" % "2.0.16" // jdk 1.4
val slf4jSimple = libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.16" % Test
val sttpCore = libraryDependencies += "com.softwaremill.sttp.client4" %%% "core" % "4.0.0-M18"
val sttpCore = libraryDependencies += "com.softwaremill.sttp.client4" %%% "core" % "4.0.0-M19"
val tink = libraryDependencies += "com.google.crypto.tink" % "tink" % "1.15.0"

val bouncyCastle = libraryDependencies ++=
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.2
sbt.version=1.10.3
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* and may contain unused dependencies */

// scalajs 1.0
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"

// scalanative
Expand All @@ -13,7 +13,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

// sbt settings
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") // https://github.com/dwijnand/sbt-dynver
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") // https://github.com/dwijnand/sbt-dynver
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

// packaging
Expand Down

0 comments on commit c64186f

Please sign in to comment.