Skip to content

Commit

Permalink
Merge pull request #18 from scala-steward/update/scala3-library-3.4.1
Browse files Browse the repository at this point in the history
Update scala3-library to 3.4.1
  • Loading branch information
luksow authored Jul 3, 2024
2 parents 4812fb0 + 8659a95 commit be65d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.3]
scala: [3.4.1]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enablePlugins(JavaAppPackaging)
name := "pekko-http-microservice"
organization := "com.theiterators"
version := "1.0"
scalaVersion := "3.3.3"
scalaVersion := "3.4.1"

conflictWarning := ConflictWarning.disable

Expand Down

0 comments on commit be65d7f

Please sign in to comment.