Skip to content

Commit

Permalink
Update scalatags to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Apr 15, 2024
1 parent 5327ea9 commit 55e83a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -42,7 +42,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
"com.47deg" %% "github4s" % "0.33.3",
"org.http4s" %% "http4s-blaze-client" % "0.23.16",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.12.0",
"com.lihaoyi" %% "scalatags" % "0.13.1",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.1.0",
"com.github.marklister" %% "base64" % "0.3.0",
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.sbt
Expand Up @@ -8,7 +8,7 @@ libraryDependencies ++= Seq(
"com.47deg" %% "github4s" % "0.33.3",
"org.http4s" %% "http4s-blaze-client" % "0.23.16",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.12.0",
"com.lihaoyi" %% "scalatags" % "0.13.1",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.1.0",
"com.github.marklister" %% "base64" % "0.3.0"
)

0 comments on commit 55e83a2

Please sign in to comment.