diff --git a/build.sbt b/build.sbt index db546a3..ad886f3 100644 --- a/build.sbt +++ b/build.sbt @@ -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",