Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
chore: 10.6.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Oct 23, 2023
1 parent 883e6db commit 0dd92fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build and test

on:
pull_request:
push:
branches:
- main

jobs:
build-test:
Expand All @@ -12,13 +15,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up JDK 11
uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- name: Set up JDK 17
uses: coursier/setup-[email protected]
with:
jvm: temurin:1.17

- name: Cache Coursier cache
uses: coursier/cache-action@v6.3
uses: coursier/cache-action@v6.4.0

- name: sbt & Paradox
run: sbt test docs/paradox
4 changes: 2 additions & 2 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=My Akka HTTP Project
akka_http_version=maven(com.typesafe.akka, akka-http-core_2.13, stable)
akka_version=maven(com.typesafe.akka, akka-actor_2.13, stable)
akka_http_version=10.6.0
akka_version=2.9.0
organization=com.example
package=$organization$
4 changes: 2 additions & 2 deletions src/main/g8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0dd92fb

Please sign in to comment.