Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #86 from scala-steward/update/scalameta-4.4.25
Browse files Browse the repository at this point in the history
Update scalameta to 4.4.25
  • Loading branch information
mergify[bot] committed Jul 30, 2021
2 parents a2b6775 + d785311 commit d93e109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lazy val core: Project = (project in file("core"))
name := "codegen-core",
scalaVersion := Scala212,
libraryDependencies ++= Seq(
"org.scalameta" %% "scalameta" % "4.4.24",
"org.scalameta" %% "scalameta" % "4.4.25",
"io.swagger.parser.v3" % "swagger-parser" % "2.0.25",
"com.softwaremill.sttp.model" %% "core" % "1.4.9",
"org.typelevel" %% "cats-core" % "2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object core extends BaseModule with SbtModule {
def scalaVersion = "2.12.14"

def ivyDeps = Agg(
ivy"org.scalameta::scalameta::4.4.24",
ivy"org.scalameta::scalameta::4.4.25",
ivy"io.swagger.parser.v3:swagger-parser:2.0.25",
ivy"com.softwaremill.sttp.model::core:1.4.9",
ivy"org.typelevel::cats-core::2.6.1"
Expand Down

0 comments on commit d93e109

Please sign in to comment.