Skip to content

Commit 6179ff7

Browse files
committed
Update dependencies
1 parent 670fc95 commit 6179ff7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
1111

1212
val projectVersion = "0.10.0.1-SNAPSHOT"
1313
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
14-
val _scalaVersions = Seq("3.3.3", "2.13.14", "2.12.19")
14+
val _scalaVersions = Seq("3.3.3", "2.13.14", "2.12.20")
1515
val _scalaVersion = _scalaVersions.head
1616

1717
ThisBuild / version := projectVersion
@@ -23,7 +23,7 @@ publishArtifact := false
2323
publish / skip := true
2424

2525
lazy val libEnumeratum = "com.beachape" %% "enumeratum" % "1.7.4"
26-
lazy val libLogbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.6"
26+
lazy val libLogbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.8"
2727
lazy val libParadise = "org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full
2828
lazy val libScalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
2929
lazy val libScalaFX = "org.scalafx" %% "scalafx" % "22.0.0-R33"

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2525
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
#
27-
sbt.version=1.10.1
27+
sbt.version=1.10.2
2828

0 commit comments

Comments
 (0)