Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update dependency scala to v2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent 09e9d2c commit 7859352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val rxTelegram = project
name := "rxtelegram",
organization := "net.rfc1149",
version := "0.0.2-SNAPSHOT",
scalaVersion := "2.13.11",
scalaVersion := "2.13.12",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.6.20",
Expand Down

0 comments on commit 7859352

Please sign in to comment.