Update scala-library to 2.12.16 (#394)

This commit is contained in:
Scala Steward
2022-07-30 20:20:23 +02:00
committed by GitHub
parent 9bb84922c4
commit 7e22af8a8b
+1 -1
View File
@@ -9,7 +9,7 @@ import com.jsuereth.sbtpgp._
object Settings {
def scala212 = "2.12.15"
def scala212 = "2.12.16"
def scala213 = "2.13.8"
def targetSbtVersion = "1.2.8"