Skip to content

Commit

Permalink
Scalameta: upgrade to v4.8.3
Browse files Browse the repository at this point in the history
Also upgrade scalatags.
  • Loading branch information
kitbellew committed Jul 10, 2023
1 parent 4f63202 commit e0dafe0
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 @@ -250,7 +250,7 @@ lazy val tests = project
publish / skip := true,
libraryDependencies ++= Seq(
// Test dependencies
"com.lihaoyi" %% "scalatags" % "0.11.1",
"com.lihaoyi" %% "scalatags" % "0.12.0",
scalametaTestkit,
munit.value
),
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._

object Dependencies {
val metaconfigV = "0.11.1"
val scalametaV = "4.8.2"
val scalametaV = "4.8.3"
val scalacheckV = "1.17.0"
val coursier = "2.1.2"
val munitV = "0.7.29"
Expand Down

0 comments on commit e0dafe0

Please sign in to comment.