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
scala-steward committed Apr 15, 2024
1 parent db96780 commit 464d09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Deps {
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:${Versions.jsoniterScala}"
def log4j2 = ivy"org.apache.logging.log4j:log4j-core:2.17.2"
def scalaKernelApi = ivy"sh.almond:::scala-kernel-api:${Versions.almond}"
def scalatags = ivy"com.lihaoyi::scalatags:0.12.0"
def scalatags = ivy"com.lihaoyi::scalatags:0.13.1"
def sparkSql(sv: String) = {
val ver =
if (sv.startsWith("2.12.")) "2.4.0"
Expand Down

0 comments on commit 464d09b

Please sign in to comment.