Skip to content

Commit 87bb475

Browse files
committed
Version 0.2.1
1 parent af3583c commit 87bb475

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
val scala3 = "3.1.0"
1+
val scala3 = "3.1.1"
22
val scala213 = "2.13.4"
33
val scala212 = "2.12.13"
44
val scala211 = "2.11.12"
55

66
inThisBuild(
77
Seq(
88
organization := "com.github.lolgab",
9-
version := "0.2.1-SNAPSHOT",
9+
version := "0.2.1",
1010
scalaVersion := scala213,
1111
crossScalaVersions := Seq(scala3, scala213, scala212, scala211),
1212
)
@@ -54,7 +54,6 @@ lazy val commonSettings = Seq(
5454
"-Xfatal-warnings",
5555
// "-Wunused:imports"
5656
),
57-
Compile / doc / sources := Seq.empty,
5857
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.11" % Test,
5958
testFrameworks += new TestFramework("utest.runner.Framework"),
6059
Test / nativeLinkStubs := true,

0 commit comments

Comments
 (0)