We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49dafc commit 2b373e5Copy full SHA for 2b373e5
build.sbt
@@ -1,3 +1,5 @@
1
+val scala3Version = "3.3.0"
2
+
3
inThisBuild(List(
4
organization := "com.donderom",
5
homepage := Some(url("https://github.com/donderom/llm4s")),
@@ -11,13 +13,11 @@ inThisBuild(List(
11
13
url = url("https://donderom.com")
12
14
)
15
),
16
+ startYear := Some(2023),
17
+ scalaVersion := scala3Version,
18
+ versionScheme := Some("early-semver"),
19
))
20
-val scala3Version = "3.3.0"
-
-ThisBuild / scalaVersion := scala3Version
-ThisBuild / versionScheme := Some("early-semver")
21
lazy val root = project
22
.in(file("."))
23
.settings(
0 commit comments