Skip to content

Commit 2b373e5

Browse files
committed
chore: add start year
1 parent a49dafc commit 2b373e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
val scala3Version = "3.3.0"
2+
13
inThisBuild(List(
24
organization := "com.donderom",
35
homepage := Some(url("https://github.com/donderom/llm4s")),
@@ -11,13 +13,11 @@ inThisBuild(List(
1113
url = url("https://donderom.com")
1214
)
1315
),
16+
startYear := Some(2023),
17+
scalaVersion := scala3Version,
18+
versionScheme := Some("early-semver"),
1419
))
1520

16-
val scala3Version = "3.3.0"
17-
18-
ThisBuild / scalaVersion := scala3Version
19-
ThisBuild / versionScheme := Some("early-semver")
20-
2121
lazy val root = project
2222
.in(file("."))
2323
.settings(

0 commit comments

Comments
 (0)