We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366ece1 commit 2ed1d90Copy full SHA for 2ed1d90
build.sbt
@@ -5,7 +5,7 @@ import sbtcrossproject.CrossProject
5
val msgpack4zNativeVersion = "0.4.0"
6
val scalapropsVersion = "0.9.1"
7
def ScalazVersion = "7.3.8"
8
-def Scala213 = "2.13.14"
+def Scala213 = "2.13.15"
9
10
val tagName = Def.setting {
11
s"v${if (releaseUseGlobalVersion.value) (ThisBuild / version).value else version.value}"
0 commit comments