Skip to content

Commit 6430cd1

Browse files
committed
reference.conf: Upgrade Scala and sbt to latest bugfix releases.
1 parent d62f0c8 commit 6430cd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ lazy val commonSettings = Seq(
5959
}
6060
},
6161
// Building
62-
scalaVersion := "2.13.15",
62+
scalaVersion := "2.13.16",
6363
publishTo := {
6464
val artifactory = "https://artifactory.eccenca.com/"
6565
// Assumes that version strings for releases, e.g. v3.0.0 or v3.0.0-rc3, do not have a postfix of length 5 or longer.

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.5
1+
sbt.version=1.10.7

0 commit comments

Comments
 (0)