Skip to content

Commit 4595973

Browse files
authored
upgrade dependencies (#14)
* upgrade dependencies * Update ci.yml
1 parent a5f6d25 commit 4595973

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232

3333
- name: generate and test, Scala 2.13
3434
run: |-
35-
sbt new file://$PWD --name=hello-world --scala_version=2.13.16 --force && pushd hello-world && sbt test
35+
sbt new file://$PWD --name=hello-world --scala_version=2.13.17 --force && pushd hello-world && sbt test

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7

src/main/g8/default.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=My Pekko HTTP Project
22
description=This is a seed project which creates a basic build for a Pekko HTTP application using Scala.
3-
scala_version=3.3.6
4-
pekko_http_version=1.2.0
5-
pekko_version=1.2.0
3+
scala_version=3.3.7
4+
pekko_http_version=1.3.0
5+
pekko_version=1.2.1
66
sbt_version=maven(org.scala-sbt, sbt, stable)
77
organization=com.example
88
package=$organization$

0 commit comments

Comments
 (0)