Skip to content

Commit 6851f3a

Browse files
author
scala-steward
committed
Update scala-library to 2.13.16
1 parent ac610bb commit 6851f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings
22

33
lazy val commonSettings = commonSmlBuildSettings ++ Seq(
44
organization := "com.softwaremill.xxx",
5-
scalaVersion := "2.13.12"
5+
scalaVersion := "2.13.16"
66
)
77

88
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test

0 commit comments

Comments
 (0)