Skip to content

Commit 50d4dcf

Browse files
Update dependency scala to v3.8.0
1 parent d425320 commit 50d4dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ThisBuild / version := "0.3.0-SNAPSHOT"
1313
ThisBuild / organization := "com.tegonal"
1414
ThisBuild / description := "A library containing utility and helper functions for scala"
1515

16-
ThisBuild / scalaVersion := "3.7.4"
16+
ThisBuild / scalaVersion := "3.8.0"
1717

1818
lazy val root = (project in file("."))
1919
.settings(

0 commit comments

Comments
 (0)