Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Oct 25, 2023
1 parent d12ee72 commit 0098926
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ object Dependencies {
def directories = libraryDependencies += "dev.dirs" % "directories" % "26"
def jol = libraryDependencies += "org.openjdk.jol" % "jol-core" % "0.17"
def jsoup = libraryDependencies += "org.jsoup" % "jsoup" % "1.16.1"
def munit = libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M8" % Test
def munitCheck = libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M8" % Test
def munit = libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10" % Test
def munitCheck = libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test
def okHttp = libraryDependencies += "com.squareup.okhttp3" % "okhttp" % "4.10.0"
def pprint = libraryDependencies += "com.lihaoyi" %%% "pprint" % "0.8.1"
def quicklens = libraryDependencies += "com.softwaremill.quicklens" %%% "quicklens" % "1.9.0"
Expand All @@ -23,12 +23,12 @@ object Dependencies {
def scribeSlf4j = libraryDependencies += "com.outr" %% "scribe-slf4j" % "3.10.7"
def scribeSlf4j2 = libraryDependencies += "com.outr" %% "scribe-slf4j2" % "3.10.7"
def sourcecode = libraryDependencies += "com.lihaoyi" %%% "sourcecode" % "0.3.0"
def sqliteJdbc = libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.43.0.0"
def upickle = libraryDependencies += "com.lihaoyi" %%% "upickle" % "3.1.2"
def sqliteJdbc = libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.43.2.1"
def upickle = libraryDependencies += "com.lihaoyi" %%% "upickle" % "3.1.3"
def jsoniterScala =
libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.23.4",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.23.4" % "provided"
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.24.2",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.24.2" % "provided"
)

object slips {
Expand Down
2 changes: 1 addition & 1 deletion project/RescalaDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object RescalaDependencies {
else Some("io.github.scala-loci" %% "retypecheck" % "0.10.0")
)
def jetty11 = {
val jettyVersion = "11.0.16"
val jettyVersion = "11.0.17"
libraryDependencies ++= Seq(
"org.eclipse.jetty" % "jetty-server" % jettyVersion,
"org.eclipse.jetty.websocket" % "websocket-jetty-api" % jettyVersion,
Expand Down

0 comments on commit 0098926

Please sign in to comment.