We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dc510 commit 24c35e6Copy full SHA for 24c35e6
.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: [[email protected]]
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