Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/next
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns committed Jun 29, 2023
2 parents 711fb61 + e4e6abb commit eb6f478
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name := (core.projectRefs.head / name).value

val V = new {
val betterMonadicFor = "0.3.1"
val http4s = "0.23.19"
val jwtCirce = "9.3.0"
val logbackClassic = "1.4.7"
val http4s = "0.23.22"
val jwtCirce = "9.4.0"
val logbackClassic = "1.4.8"
val munit = "0.7.29"
val munitTaglessFinal = "0.2.0"
val scalaLogging = "3.9.5"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.0
sbt.version=1.9.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
Expand Down

0 comments on commit eb6f478

Please sign in to comment.