Skip to content

Commit 68f576b

Browse files
Update sbt to 1.5.0 (#3850)
Co-authored-by: Lars Hupel <[email protected]>
1 parent 3dad973 commit 68f576b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,8 @@ lazy val bench = project
790790
"co.fs2" %% "fs2-core" % "0.10.4"
791791
)
792792
else Nil
793-
}
793+
},
794+
evictionErrorLevel := Level.Warn
794795
)
795796
.enablePlugins(JmhPlugin)
796797

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.4.9
1+
sbt.version=1.5.0

scalafix/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.4.9
1+
sbt.version=1.5.0

0 commit comments

Comments
 (0)