We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a983d commit 9bc583aCopy full SHA for 9bc583a
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
- scala: [3.4.1]
+ scala: [3.4.2]
18
java: [adopt@1.8]
19
runs-on: ${{ matrix.os }}
20
steps:
build.sbt
@@ -5,7 +5,7 @@ enablePlugins(JavaAppPackaging)
5
name := "akka-http-microservice"
6
organization := "com.theiterators"
7
version := "1.0"
8
-scalaVersion := "3.4.1"
+scalaVersion := "3.4.2"
9
10
conflictWarning := ConflictWarning.disable
11
0 commit comments