Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 10, 2024
1 parent 1ed735e commit 6a694d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
include:
- scala: 2.12.18
- scala: 2.13.12
- scala: 2.12.20
- scala: 2.13.14
steps:
- uses: actions/setup-java@v4
with:
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.9.9
sbt.version=1.10.1
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Slick Web App
unfiltered_version = maven(ws.unfiltered, unfiltered_2.13, stable)
scala_version = maven(org.scala-lang, scala-library, stable)
slick_version = maven(com.typesafe.slick, slick_2.13, stable)
slick_version = 3.4.1
sbt_version = maven(org.scala-sbt, sbt, stable)

0 comments on commit 6a694d9

Please sign in to comment.