Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 0.23 to 0.23-scala3 #354

Merged
merged 26 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2f90744
Update sbt-typelevel-github-actions to 0.5.1
http4s-steward[bot] Sep 11, 2023
6cdb202
Regenerate GitHub Actions workflow
http4s-steward[bot] Sep 11, 2023
a428e07
Merge pull request #342 from http4s/update/sbt-typelevel-github-actio…
froth Sep 11, 2023
7dd31db
Update sbt-typelevel-github-actions to 0.5.2
http4s-steward[bot] Sep 11, 2023
bcae1f3
Merge pull request #343 from http4s/update/sbt-typelevel-github-actio…
froth Sep 12, 2023
99d2542
Update sbt to 1.9.5
http4s-steward[bot] Sep 14, 2023
d0f21d9
Merge pull request #344 from http4s/update/sbt-1.9.5
danicheg Sep 14, 2023
f1b6a48
Update sbt to 1.9.6
http4s-steward[bot] Sep 15, 2023
9df19ee
Merge pull request #345 from http4s/update/sbt-1.9.6
froth Sep 15, 2023
484e1b3
Update sbt-typelevel-github-actions to 0.5.3
http4s-steward[bot] Sep 15, 2023
dd8e265
Merge pull request #346 from http4s/update/sbt-typelevel-github-actio…
danicheg Sep 16, 2023
48d5865
Update sbt-typelevel-github-actions to 0.5.4
http4s-steward[bot] Oct 7, 2023
12442fc
Merge pull request #347 from http4s/update/sbt-typelevel-github-actio…
froth Oct 7, 2023
b6c98a4
update scala version
xuwei-k Oct 13, 2023
25d4df0
update svm-subs
xuwei-k Oct 13, 2023
4dee2a1
add sbt plugin dependencies
xuwei-k Oct 13, 2023
a237706
Merge pull request #350 from xuwei-k/patch-3
froth Oct 14, 2023
3f5b7d8
Merge pull request #348 from xuwei-k/patch-1
froth Oct 14, 2023
8600594
Merge pull request #349 from xuwei-k/patch-2
froth Oct 14, 2023
4ce6fa4
Update sbt-assembly to 2.1.3
http4s-steward[bot] Oct 14, 2023
f16dd3e
Update sbt-tpolecat to 0.4.4
http4s-steward[bot] Oct 14, 2023
f6b79cf
Merge pull request #351 from http4s/update/sbt-assembly-2.1.3
froth Oct 15, 2023
461d43e
Merge pull request #352 from http4s/update/sbt-tpolecat-0.4.4
froth Oct 15, 2023
89645e5
Update sbt-tpolecat to 0.5.0
http4s-steward[bot] Oct 15, 2023
4344916
Merge pull request #353 from http4s/update/sbt-tpolecat-0.5.0
froth Oct 15, 2023
cdbaf50
Merge remote-tracking branch 'origin/0.23-scala3' into 0.23-to-scala3
froth Oct 16, 2023
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ lazy val root = project
"org.typelevel" %% "munit-cats-effect-3" % MunitCatsEffectVersion % Test,
"ch.qos.logback" % "logback-classic" % LogbackVersion % Runtime,
),
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0"),
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3"),
Test / test := {
val _ = (Test / g8Test).toTask("").value
},
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.4
sbt.version=1.9.6
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.5.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.5.4")
2 changes: 1 addition & 1 deletion src/main/g8/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.4
sbt.version=1.9.6
4 changes: 2 additions & 2 deletions src/main/g8/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")