Skip to content

Commit

Permalink
Update scalate-core to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed May 13, 2024
1 parent 45b71bc commit cda0fb4
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 @@ -84,7 +84,7 @@ lazy val commonSettings = Seq(
"org.specs2" %% "specs2-scalacheck" % "4.12.4-js-ec" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"io.chrisdavenport" %% "cats-scalacheck" % "0.3.2" % Test,
"org.scalatra.scalate" %% "scalate-core" % "1.9.8" % Test
"org.scalatra.scalate" %% "scalate-core" % "1.10.1" % Test
)
) ++ compilerPlugins ++ macroSettings ++ Seq(
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit cda0fb4

Please sign in to comment.