Skip to content

Commit

Permalink
Update scalameta to 4.3.20 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 18, 2020
1 parent bedf06a commit 73175be
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 @@ -6,7 +6,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.8", "2.13.0")

lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.0"
lazy val specs2 = "org.specs2" %% "specs2-core" % "4.10.0"
lazy val scalameta = "org.scalameta" %% "scalameta" % "4.3.19"
lazy val scalameta = "org.scalameta" %% "scalameta" % "4.3.20"

val commonSettings = Defaults.coreDefaultSettings ++ Seq(
unmanagedSourceDirectories in Compile ++= {
Expand Down

0 comments on commit 73175be

Please sign in to comment.