Skip to content

Commit a54ad7e

Browse files
Merge pull request #536 from permutive-engineering/update/all
Dependency Updates
2 parents 95d6bc1 + 91e1a14 commit a54ad7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ThisBuild / startYear := Some(2018)
1515
ThisBuild / tlSonatypeUseLegacyHost := true
1616

1717
val Scala213 = "2.13.13"
18-
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19", "3.3.1")
18+
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19", "3.3.3")
1919
ThisBuild / scalaVersion := Scala213 // the default Scala
2020
ThisBuild / tlJdkRelease := Some(11)
2121
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ object Dependencies {
88
val http4s = "0.23.26"
99
val http4sOkHttp = "0.23.11"
1010
val log4cats = "2.6.0"
11-
val jwt = "3.18.3"
11+
val jwt = "3.19.4"
1212
val jsoniter = "2.28.4"
13-
val gcp = "1.116.4"
13+
val gcp = "1.128.1"
1414
val scalatest = "3.2.18"
1515
val scalatestPlus = "3.2.14.0"
1616
val testContainers = "0.40.14"
17-
val collectionCompat = "2.11.0"
17+
val collectionCompat = "2.12.0"
1818
}
1919

2020
object Libraries {

0 commit comments

Comments
 (0)