Skip to content

Commit

Permalink
Bump scala 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Mar 29, 2024
1 parent eff9dc2 commit ef16312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_3.4.0
steps:

- name: Checkout current branch
Expand All @@ -20,7 +19,7 @@ jobs:

format:
runs-on: ubuntu-latest
container: sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_3.4.0
container: sbtscala/scala-sbt:eclipse-temurin-alpine-21.0.2_13_1.9.9_3.4.0
steps:

- name: Checkout current branch
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dependencies.*

inThisBuild(
Seq(
scalaVersion := "3.4.0",
scalaVersion := "3.4.1",
versionScheme := Some("early-semver"),
version := "3.0",
run / fork := true,
Expand Down

0 comments on commit ef16312

Please sign in to comment.