Skip to content

Commit

Permalink
Merge pull request #191 from scalameta/update/scalatags-0.13.1
Browse files Browse the repository at this point in the history
Update scalatags to 0.13.1
  • Loading branch information
tgodzik authored Apr 17, 2024
2 parents b167495 + 322bd02 commit b4dfa49
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 @@ -227,7 +227,7 @@ lazy val docs = project
.settings(
sharedSettings,
libraryDependencies ++= List(
"com.lihaoyi" %%% "scalatags" % "0.12.0",
"com.lihaoyi" %%% "scalatags" % "0.13.1",
"org.scalacheck" %%% "scalacheck" % V.scalacheck,
"org.scalameta" %%% "munit-scalacheck" % V.munit % Test
),
Expand Down

0 comments on commit b4dfa49

Please sign in to comment.