Skip to content

Commit c1712a1

Browse files
author
Pedro Pablo Bustamante Barrera
committed
chore: update project dependencies and configurations
Updates sbt to version 1.10.6, Scala to 3.3.4, and Scalafmt to 3.8.3 to ensure compatibility with the latest features and improvements. Adjusts SDKMAN configuration to reflect the new Java version 21.0.5-tem.
1 parent 405d746 commit c1712a1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.7.17"
1+
version = "3.8.3"
22
preset = default
33

44
runner {

.sdkmanrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
3-
java=17.0.9-tem
4-
scala=3.3.1
5-
sbt=1.9.7
3+
java=21.0.5-tem
4+
scala=3.3.4
5+
sbt=1.10.6

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ThisBuild / organization := "cl.mixin"
2-
ThisBuild / scalaVersion := "3.3.1"
2+
ThisBuild / scalaVersion := "3.3.4"
33
ThisBuild / version := "0.1.0-SNAPSHOT"
44

55
lazy val root = project

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.7
1+
sbt.version=1.10.6

0 commit comments

Comments
 (0)