Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-pgp-2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
killaitis committed Dec 14, 2023
2 parents 3b1cf43 + 90d12f7 commit 7cd7703
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
@@ -1,6 +1,6 @@
val Http4sVersion = "0.23.7"
val CloudFunctionsVersion = "1.0.4"
val ScalaTestVersion = "3.2.10"
val Http4sVersion = "0.23.24"
val CloudFunctionsVersion = "1.1.0"
val ScalaTestVersion = "3.2.17"

organization := "de.killaitis"
organizationName := "Andreas Killaitis"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version = 1.9.7
sbt.version = 1.9.8
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,3 +1,3 @@
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addDependencyTreePlugin

0 comments on commit 7cd7703

Please sign in to comment.