Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Sep 22, 2024
1 parent 797cc8c commit a420f04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ lazy val lofiAcl = project.in(file("Modules/Local-first Access Control"))
// Note, the below means JDK 1.8, aka Java 8
"org.bouncycastle" % "bcprov-jdk18on" % "1.78.1",
"org.bouncycastle" % "bcpkix-jdk18on" % "1.78.1",
"io.github.hakky54" % "sslcontext-kickstart" % "8.3.6",
"io.github.hakky54" % "sslcontext-kickstart-for-pem" % "8.3.6",
"io.github.hakky54" % "sslcontext-kickstart" % "8.3.7",
"io.github.hakky54" % "sslcontext-kickstart-for-pem" % "8.3.7",
),
Test / fork := true,
)
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ object Dependencies {
def sqliteJdbc = libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.46.1.0"
def jsoniterScala =
libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.9",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.30.9" % Provided
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.11",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.30.11" % Provided
)

object slips {
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt.Keys.*
object Settings {

// also consider updating the -source param below
val scala3VersionString = sys.env.getOrElse("SCALA_VERSION", "3.5.0")
val scala3VersionString = sys.env.getOrElse("SCALA_VERSION", "3.5.1")

val scala3VersionMinor = scala3VersionString.reverse.dropWhile(c => c != '.').drop(1).reverse

Expand Down

0 comments on commit a420f04

Please sign in to comment.