Skip to content

Commit

Permalink
update scala and scalatra version (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 11, 2024
1 parent a5a0c0b commit 7a37327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ scalariformPreferences := scalariformPreferences.value
enablePlugins(ScriptedPlugin)

scriptedLaunchOpts ++= Seq(
"scalatra_version" -> "2.7.0",
"scala_version" -> "2.13.12",
"scalatra_version" -> "2.8.4",
"scala_version" -> "2.13.15",
).map{ case (k, v) => s"-D$k=$v" }

0 comments on commit 7a37327

Please sign in to comment.