Skip to content

Commit 8743cd5

Browse files
authored
Update scala3-library to 3.3.8 (#483)
1 parent fb73b37 commit 8743cd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
scala:
1717
- 2.13.18
18-
- 3.3.7
18+
- 3.3.8
1919

2020
steps:
2121
- uses: actions/checkout@v4

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val commonSettings = Seq(
77
organizationHomepage := Some(url("http://evolution.com")),
88
homepage := Some(url("http://github.com/evolution-gaming/akka-effect")),
99
startYear := Some(2019),
10-
crossScalaVersions := Seq("2.13.18", "3.3.7"),
10+
crossScalaVersions := Seq("2.13.18", "3.3.8"),
1111
scalaVersion := crossScalaVersions.value.head,
1212
Compile / doc / scalacOptions ++= Seq("-groups", "-implicits", "-no-link-warnings"),
1313
Compile / doc / scalacOptions -= "-Xfatal-warnings",

0 commit comments

Comments
 (0)