We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994a76d commit 1075da5Copy full SHA for 1075da5
build.sbt
@@ -13,7 +13,7 @@ ThisBuild / version := "0.3.0-SNAPSHOT"
13
ThisBuild / organization := "com.tegonal"
14
ThisBuild / description := "A library containing utility and helper functions for scala"
15
16
-ThisBuild / scalaVersion := "3.6.2"
+ThisBuild / scalaVersion := "3.6.3"
17
18
lazy val root = (project in file("."))
19
.settings(
0 commit comments