Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [17, 21]
scala: ['2.12.20', '2.13.15', '3.3.4']
scala: ['2.12.20', '2.13.17', '3.3.7']
steps:
- uses: actions/checkout@v5
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.7
sbt.version=1.11.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2")
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.18.0")

scalacOptions += "-deprecation"
3 changes: 1 addition & 2 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ lazy val hello = (project in file("."))
libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-jakarta" % ScalatraVersion,
"org.scalatra" %% "scalatra-scalatest-jakarta" % ScalatraVersion % "test",
"ch.qos.logback" % "logback-classic" % "1.5.6" % "runtime",
"jakarta.servlet" % "jakarta.servlet-api" % "6.0.0" % "provided"
"ch.qos.logback" % "logback-classic" % "1.5.19" % "runtime",
),
)

Expand Down
10 changes: 5 additions & 5 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.4
sbt_version=1.10.7
scalatra_version=3.1.1
twirl_version=2.0.7
scala_version=3.3.7
sbt_version=1.11.7
scalatra_version=3.1.2
twirl_version=2.0.9
sbt_war=5.0.0-M7
jetty_version=12.0.16
jetty_version=12.0.28