Skip to content

Commit ed00108

Browse files
committed
bump scala version, plugin versions
1 parent 53e5252 commit ed00108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lazy val commonSettings = Seq(
22
organization := "org.leo",
33
version := "1.9.2",
4-
scalaVersion := "2.13.16",
4+
scalaVersion := "2.13.17",
55
scalacOptions ++= Seq(
66
"-deprecation",
77
"-feature",

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
22
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.2")
33

0 commit comments

Comments
 (0)