Skip to content

Commit

Permalink
Update scala from 2.13.12 to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate committed Oct 21, 2024
1 parent 0f97933 commit baa2261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val enumeratumVersion = "1.7.2"
lazy val commonSettings =
Seq(
organization := "com.ctc",
scalaVersion := "2.13.12",
scalaVersion := "2.13.13",
version := omegaEditVersion,
organizationName := "Concurrent Technologies Corporation",
maintainer := "oss@ctc.com",
Expand Down
2 changes: 1 addition & 1 deletion server/scala/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")
addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.2")

0 comments on commit baa2261

Please sign in to comment.