Skip to content

Commit 7a5d9fa

Browse files
authored
Merge pull request #37 from Philippus/update-dependencies
Update dependencies
2 parents f4ca039 + 4627f0f commit 7a5d9fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.12.15]
25+
scala: [2.12.16]
2626
java: [temurin@8, temurin@11, temurin@17]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This build is for this Giter8 template.
22
// To test the template run `g8` or `g8Test` from the sbt session.
33
// See http://www.foundweekends.org/giter8/testing.html#Using+the+Giter8Plugin for more details.
4-
lazy val scalaVersions = Seq("2.12.15")
4+
lazy val scalaVersions = Seq("2.12.16")
55
lazy val root = project
66
.in(file("."))
77
.settings(

project/build.properties

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

project/giter8.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.14.0")
1+
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.15.0")

0 commit comments

Comments
 (0)