Skip to content

Commit

Permalink
Merge pull request #536 from permutive-engineering/update/all
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
alejandrohdezma committed Apr 17, 2024
2 parents 95d6bc1 + 91e1a14 commit a54ad7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -15,7 +15,7 @@ ThisBuild / startYear := Some(2018)
ThisBuild / tlSonatypeUseLegacyHost := true

val Scala213 = "2.13.13"
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19", "3.3.1")
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19", "3.3.3")
ThisBuild / scalaVersion := Scala213 // the default Scala
ThisBuild / tlJdkRelease := Some(11)
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Expand Up @@ -8,13 +8,13 @@ object Dependencies {
val http4s = "0.23.26"
val http4sOkHttp = "0.23.11"
val log4cats = "2.6.0"
val jwt = "3.18.3"
val jwt = "3.19.4"
val jsoniter = "2.28.4"
val gcp = "1.116.4"
val gcp = "1.128.1"
val scalatest = "3.2.18"
val scalatestPlus = "3.2.14.0"
val testContainers = "0.40.14"
val collectionCompat = "2.11.0"
val collectionCompat = "2.12.0"
}

object Libraries {
Expand Down

0 comments on commit a54ad7e

Please sign in to comment.