Skip to content

Commit

Permalink
Fix Jetty version (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe authored Oct 7, 2023
1 parent 969b26d commit 2f526da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions src/main/g8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
## Build & Run ##

```sh
\$ cd $name;format="norm"$
\$ sbt
> jetty:start
> browse
$ sbt ~jetty:start
```

If `browse` doesn't launch your browser, manually open [http://localhost:8080/](http://localhost:8080/) in your browser.
Open [http://localhost:8080/](http://localhost:8080/) in your browser.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ lazy val hello = (project in file("."))
enablePlugins(SbtTwirl)
enablePlugins(JettyPlugin)

containerLibs in Jetty := Seq("org.eclipse.jetty" % "jetty-runner" % "$jetty_version$" intransitive())
Jetty / containerLibs := Seq("org.eclipse.jetty" % "jetty-runner" % "$jetty_version$" intransitive())
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ sbt_version=1.9.6
scalatra_version=3.0.0
twirl_version=1.6.1
xsbt_web_plugin_version=4.2.4
jetty_version=10.0.16
jetty_version=11.0.15

0 comments on commit 2f526da

Please sign in to comment.