Skip to content

Commit ea58b3a

Browse files
Update scala-library to 2.13.16 (#132)
1 parent d35b7dd commit ea58b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val root = project.in(file("."))
44
.settings(inThisBuild(Seq(
55
organization := "com.lightbend.benchdb",
66
//version := "0.1-SNAPSHOT",
7-
scalaVersion := "2.13.15",
7+
scalaVersion := "2.13.16",
88
scalacOptions ++= Seq("-deprecation", "-unchecked"),
99
)))
1010
.settings(

0 commit comments

Comments
 (0)