Skip to content

Commit

Permalink
Merge pull request #885 from softwaremill/update/typesafe-1.4.3
Browse files Browse the repository at this point in the history
Update typesafe:config to 1.4.3
  • Loading branch information
mergify[bot] authored Oct 18, 2023
2 parents 256ab96 + d424675 commit e68e196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val yarnTask = inputKey[Unit]("Run yarn with arguments")
lazy val ensureDockerBuildx = taskKey[Unit]("Ensure that docker buildx configuration exists")
lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx")

val config = "com.typesafe" % "config" % "1.4.2"
val config = "com.typesafe" % "config" % "1.4.3"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.4"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.2.0"

Expand Down

0 comments on commit e68e196

Please sign in to comment.