Skip to content
Snippets Groups Projects
Commit 3c3c353c authored by Alexander Gehrke's avatar Alexander Gehrke
Browse files

Update to newer Scala version

parent ef2de754
Branches master
No related tags found
No related merge requests found
name := "short-exercises"
organization := "de.uniwue.fp"
version := "0.1-SNAPSHOT"
scalaVersion := "3.1.1"
scalaVersion := "3.2.2"
scalacOptions ++= Seq(
"-deprecation",
......@@ -16,7 +16,7 @@ resolvers += Resolver.sonatypeRepo("releases")
// Disallow some language construcs
// your bonus exercises will have to compile with these options
addCompilerPlugin("org.wartremover" %% "wartremover" % "3.0.2" cross CrossVersion.full)
addCompilerPlugin("org.wartremover" %% "wartremover" % "3.1.1" cross CrossVersion.full)
scalacOptions ++= Seq(
"-P:wartremover:traverser:org.wartremover.warts.AsInstanceOf",
"-P:wartremover:traverser:org.wartremover.warts.IsInstanceOf",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment