Skip to content

Commit 24c35e6

Browse files
Update scala3-library to 3.4.2 (#194)
1 parent 41dc510 commit 24c35e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
scala: [3.4.1]
17+
scala: [3.4.2]
1818
1919
runs-on: ${{ matrix.os }}
2020
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enablePlugins(JavaAppPackaging)
55
name := "akka-http-microservice"
66
organization := "com.theiterators"
77
version := "1.0"
8-
scalaVersion := "3.4.1"
8+
scalaVersion := "3.4.2"
99

1010
conflictWarning := ConflictWarning.disable
1111

0 commit comments

Comments
 (0)