Skip to content

Commit

Permalink
version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 12, 2024
1 parent b0ddf34 commit 4ff99fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ addCommandAlias("SetScala3", s"++ ${Scala3}!")

name := "scalate"
organization := "org.scalatra.scalate"
version := "1.10.0"
version := "1.10.1"
scalaVersion := Scala213
crossScalaVersions := Seq(Scala3, Scala213, Scala212, Scala211)
javacOptions ++= Seq("-source", "1.8")
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object Dependencies {
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.3.14"
val osgiCore = "org.osgi" % "org.osgi.core" % "6.0.0"
val rhinoCoffeeScript = "tv.cntt" % "rhinocoffeescript" % "1.12.7"
val scalamd = ("org.scalatra.scalate" %% "scalamd" % "1.8.0").cross(CrossVersion.for3Use2_13)
val scalamd = ("org.scalatra.scalate" %% "scalamd" % "1.8.0")
val scalaTest = Def.setting {
Seq(
"org.scalatest" %% "scalatest-funsuite" % "3.2.18",
Expand Down

0 comments on commit 4ff99fa

Please sign in to comment.