Skip to content

Commit d2ecc44

Browse files
committed
Set default scala version to 2.13.3.
1 parent 7876094 commit d2ecc44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ lazy val scalatestPlusScalaCheck =
9191
.settings(sharedSettings)
9292
.enablePlugins(SbtOsgi)
9393
.settings(osgiSettings: _*).settings(
94+
scalaVersion := "2.13.3",
9495
OsgiKeys.exportPackage := Seq(
9596
"org.scalatestplus.scalacheck.*"
9697
),

0 commit comments

Comments
 (0)