diff --git a/build.sbt b/build.sbt index aae27484..c8f3b49c 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq( "com.47deg" %% "github4s" % "0.28.5", "org.http4s" %% "http4s-blaze-client" % "0.21.31", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "com.lihaoyi" %% "scalatags" % "0.9.4", + "com.lihaoyi" %% "scalatags" % "0.10.0", "com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.22", "org.scalatest" %% "scalatest" % "3.2.10" % Test, "org.scalatestplus" %% "scalacheck-1-15" % "3.2.10.0" % Test diff --git a/project/dependencies.sbt b/project/dependencies.sbt index 9cb44f16..1f965c21 100644 --- a/project/dependencies.sbt +++ b/project/dependencies.sbt @@ -7,6 +7,6 @@ unmanagedResourceDirectories in Compile += libraryDependencies ++= Seq( "com.47deg" %% "github4s" % "0.24.0", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "com.lihaoyi" %% "scalatags" % "0.9.4", + "com.lihaoyi" %% "scalatags" % "0.10.0", "com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.22" )