Skip to content

Commit

Permalink
Merge pull request #641 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
[3.0.x] Patch updates
  • Loading branch information
mergify[bot] committed May 24, 2024
2 parents 78b2f48 + 6ea6464 commit 31d7ba7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion play-java-rest-api-example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3")

// Load testing tool:
// https://gatling.io/docs/gatling/reference/current/extensions/sbt_plugin/
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.8.1")
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.8.2")
2 changes: 1 addition & 1 deletion play-scala-chatroom-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val root = (project in file("."))
"org.webjars" % "bootstrap" % "3.3.7-1",
"net.logstash.logback" % "logstash-logback-encoder" % "7.3",
"org.jsoup" % "jsoup" % "1.17.2",
"ch.qos.logback" % "logback-classic" % "1.5.3",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"org.apache.pekko" %% "pekko-slf4j" % pekkoVersion,
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,
"org.apache.pekko" %% "pekko-stream-testkit" % pekkoVersion % Test,
Expand Down
4 changes: 2 additions & 2 deletions play-scala-isolated-slick-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ lazy val slick = (project in file("modules/slick"))
.settings(
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "5.1.0",
"com.typesafe.slick" %% "slick" % "3.5.0",
"com.typesafe.slick" %% "slick-hikaricp" % "3.5.0"
"com.typesafe.slick" %% "slick" % "3.5.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.5.1"
),

slickCodegenDatabaseUrl := databaseUrl,
Expand Down
2 changes: 1 addition & 1 deletion play-scala-rest-api-example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")

// Load testing tool:
// https://gatling.io/docs/gatling/reference/current/extensions/sbt_plugin/
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.8.1")
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.8.2")

// Scala formatting: "sbt scalafmt"
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16")

0 comments on commit 31d7ba7

Please sign in to comment.