Skip to content

Commit

Permalink
chore: force scalaVersion option so IntelliJ figures it out
Browse files Browse the repository at this point in the history
That's so sad because it's completely optional for scala-maven-plugin.
  • Loading branch information
slandelle committed Oct 17, 2023
1 parent 20cc99c commit e62d326
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -47,6 +47,9 @@
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>${scala-maven-plugin.version}</version>
<configuration>
<scalaVersion>2.13.12</scalaVersion>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit e62d326

Please sign in to comment.