Skip to content

Commit

Permalink
bump: Default to Scala 3 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed May 20, 2024
1 parent ea92391 commit ccf9ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = akka-quickstart-scala
description = Akka is a toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven apps. This simple application will get you started building Actor based systems with Scala. This app uses Akka, Scala, and ScalaTest.
akka_version=2.9.3
scala_version=2.13.14
scala_version=3.3.3
sbt_version=maven(org.scala-sbt, sbt, stable)
package=com.example

0 comments on commit ccf9ebe

Please sign in to comment.