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

Commit

Permalink
Merge pull request #104 from evenfurther/renovate/scala-3.4.x
Browse files Browse the repository at this point in the history
Update dependency scala to v3.4.1
  • Loading branch information
renovate[bot] authored Mar 27, 2024
2 parents 4446646 + d56a9c4 commit 75b4a8a
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 @@ -8,7 +8,7 @@ lazy val octopushAkka = project
organization := "net.rfc1149",
version := "0.0.2",
crossScalaVersions := List("2.13.12", "3.3.1"),
scalaVersion := "3.4.0",
scalaVersion := "3.4.1",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.8.5",
Expand Down

0 comments on commit 75b4a8a

Please sign in to comment.