Skip to content

Commit

Permalink
Update scalatags to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and pityka committed Apr 3, 2021
1 parent f6ebcd3 commit 279fe91
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 @@ -112,7 +112,7 @@ lazy val scalatagsJvm = project
.settings(commonSettings)
.settings(
name := "nspl-scalatags-jvm",
libraryDependencies += "com.lihaoyi" %% "scalatags" % "0.7.0"
libraryDependencies += "com.lihaoyi" %% "scalatags" % "0.9.4"
)
.dependsOn(core, sharedJvm)

Expand Down

0 comments on commit 279fe91

Please sign in to comment.