Skip to content

Commit e7c8409

Browse files
committed
Dependency updates
1 parent fd5fbe6 commit e7c8409

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [msocket v0.7.1] - 2025-04-10
4+
- Updated scala version
5+
-
36
## [msocket v0.7.0] - 2025-03-13
47
- Updated to Scala3/java-21
58
- Replaces akka with pekko

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}
55

66
inThisBuild(
77
Seq(
8-
scalaVersion := "3.6.2",
8+
scalaVersion := "3.6.4",
99
// jitpack provides the env variable VERSION=<version being built> # A tag or commit
1010
// we make use of it so that the version in class metadata (this.getClass.getPackage.getSpecificationVersion)
1111
// and the maven repo match

0 commit comments

Comments
 (0)