File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ThisBuild / startYear := Some(2018)
1515ThisBuild / tlSonatypeUseLegacyHost := true
1616
1717val 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 " )
1919ThisBuild / scalaVersion := Scala213 // the default Scala
2020ThisBuild / tlJdkRelease := Some (11 )
2121ThisBuild / githubWorkflowJavaVersions := Seq (JavaSpec .temurin(" 11" ))
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments