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.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 6c5d563 commit 445c662
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.12",
scalaVersion := "2.13.13",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.8.5",
Expand Down

0 comments on commit 445c662

Please sign in to comment.