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 53e5252 commit ed00108Copy full SHA for ed00108
build.sbt
@@ -1,7 +1,7 @@
1
lazy val commonSettings = Seq(
2
organization := "org.leo",
3
version := "1.9.2",
4
- scalaVersion := "2.13.16",
+ scalaVersion := "2.13.17",
5
scalacOptions ++= Seq(
6
"-deprecation",
7
"-feature",
project/plugins.sbt
@@ -1,3 +1,3 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.2")
0 commit comments