Skip to content

Commit

Permalink
Update scala3-library to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Sep 25, 2024
1 parent 7c319c6 commit 2061d19
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 @@ -2,7 +2,7 @@ lazy val precompiler = (project in file("precompiler")).settings(baseSettings).s
sbtPlugin := false,
name := "scalate-precompiler",
libraryDependencies += "org.scalatra.scalate" %% "scalate-core" % "1.10.1" % "compile",
crossScalaVersions := Seq("3.3.3", "2.13.15", "2.12.20", "2.11.12")
crossScalaVersions := Seq("3.3.4", "2.13.15", "2.12.20", "2.11.12")
).disablePlugins(ScriptedPlugin)

lazy val plugin = (project in file("plugin")).settings(baseSettings).settings(
Expand Down

0 comments on commit 2061d19

Please sign in to comment.