Skip to content

Commit

Permalink
Merge branch 'main' into scalamock
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Mar 17, 2024
2 parents 3b58902 + b02fcca commit fff45f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ThisBuild / developers := List(

// scala versions
val scala3 = "3.3.3"
val scala213 = "2.13.12"
val scala213 = "2.13.13"
val scala212 = "2.12.19"
val defaultScala = scala3

Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ object Dependencies {

object Versions {
val Datadog = "4.3.0"
val Dropwizard = "4.2.23"
val Dropwizard = "4.2.25"
val DropwizardV5 = "5.0.0"
val Enumeratum = "1.7.3"
val Logback = "1.5.2"
val Logback = "1.5.3"
val Pekko = "1.0.2"
val PekkoHttp = "1.0.1"
val Prometheus = "0.16.0"
Expand Down

0 comments on commit fff45f6

Please sign in to comment.