Skip to content

Commit

Permalink
bump to Scala 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Aug 21, 2024
1 parent 9812b98 commit bb911b6
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, macos-latest]
scala: [3.4.2]
scala: [3.4.3]
java:
- temurin@11
- temurin@17
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies.*

/* Core settings */
ThisBuild / scalaVersion := "3.4.2"
ThisBuild / scalaVersion := "3.4.3"
val groupId = "com.github.gerlichlab"
val projectName = "gerlib"
val rootPkg = s"at.ac.oeaw.imba.gerlich.$projectName"
Expand Down

0 comments on commit bb911b6

Please sign in to comment.