Skip to content

Commit

Permalink
Updated lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
magnolia-k committed Jan 1, 2025
1 parent 45fea90 commit 394f837
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val hello = (project in file("."))
)

enablePlugins(SbtTwirl)
enablePlugins(JettyPlugin)
enablePlugins(SbtWar)

Test / fork := true

Expand Down
12 changes: 6 additions & 6 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name=My Scalatra Web App
version=0.1.0-SNAPSHOT
servlet_name=MyScalatraServlet
package=com.example.app
scala_version=3.3.3
sbt_version=1.10.0
scalatra_version=3.1.0
twirl_version=2.0.6
xsbt_web_plugin_version=4.2.4
jetty_version=12.0.10
scala_version=3.3.4
sbt_version=1.10.7
scalatra_version=3.1.1
twirl_version=2.0.7
sbt_war=5.0.0-M7
jetty_version=12.0.16
2 changes: 1 addition & 1 deletion src/main/g8/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "$twirl_version$")
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "$xsbt_web_plugin_version$")
addSbtPlugin("com.earldouglas" % "sbt-war" % "$sbt_war$")

0 comments on commit 394f837

Please sign in to comment.