Skip to content

Commit 7906127

Browse files
authored
Merge branch 'main' into update/scala3-library-3.3.4
2 parents 01ab7b3 + e8709f9 commit 7906127

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
java: ['temurin:1.11', 'temurin:1.17', 'temurin:1.21']
18-
scala: [ 2.13.14, 3.3.3 ]
18+
scala: [ 2.13.15, 3.3.3 ]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Install Compose

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import sbt.*
22

33
object Dependencies {
4-
val Scala213 = "2.13.14"
4+
val Scala213 = "2.13.15"
55
val Scala3 = "3.3.4"
66
val ScalaVersions = Seq(Scala213, Scala3)
77

88
object Libraries {
99
object Pekko {
10-
private val Version = "1.1.0"
10+
private val Version = "1.1.1"
1111

1212
def slf4j = "org.apache.pekko" %% "pekko-slf4j" % Version
1313
def persistence = "org.apache.pekko" %% "pekko-persistence-query" % Version

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
sbt.version=1.10.1
16+
sbt.version=1.10.2

0 commit comments

Comments
 (0)