We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac610bb commit 6851f3aCopy full SHA for 6851f3a
build.sbt
@@ -2,7 +2,7 @@ import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings
2
3
lazy val commonSettings = commonSmlBuildSettings ++ Seq(
4
organization := "com.softwaremill.xxx",
5
- scalaVersion := "2.13.12"
+ scalaVersion := "2.13.16"
6
)
7
8
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
0 commit comments