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 6863f89 commit f32cf1eCopy full SHA for f32cf1e
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
- scala: [3.4.2]
+ scala: [3.4.3]
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.2"
+scalaVersion := "3.4.3"
9
10
conflictWarning := ConflictWarning.disable
11
0 commit comments